Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies;
false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and
the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties,
implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided
is at the user’s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever
arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.
Scan Information (
show all ):
dependency-check version : 9.0.7Report Generated On : Thu, 15 Feb 2024 16:43:26 -0500Dependencies Scanned : 491 (482 unique)Vulnerable Dependencies : 39 Vulnerabilities Found : 71Vulnerabilities Suppressed : 1 (show )... NVD API Last Checked : 2024-02-15T15:05:16-05NVD API Last Modified : 2024-02-15T20:00:45ZSummary Display:
Showing Vulnerable Dependencies (click to show all) * indicates the dependency has a known exploited vulnerability
HdrHistogram-2.1.12.jar JavaEWAH-1.2.3.jarDescription:
The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression.
JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme.
The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme. License:
Apache 2: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.googlecode.javaewah/JavaEWAH/1.2.3/13a27c856e0c8808cee9a64032c58eee11c3adc9/JavaEWAH-1.2.3.jar
MD5: 8fdeda28c1fb10e67b3d79f86bef5e61
SHA1: 13a27c856e0c8808cee9a64032c58eee11c3adc9
SHA256: d65226949713c4c61a784f41c51167e7b0316f93764398ebba9e4336b3d954c2
Referenced In Projects/Scopes: opencdx-config:compileClasspath opencdx-config:runtimeClasspath opencdx-config:productionRuntimeClasspath JavaEWAH-1.2.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name JavaEWAH High Vendor gradle artifactid JavaEWAH Highest Vendor gradle groupid com.googlecode.javaewah Highest Vendor jar package name bitset Highest Vendor jar package name googlecode Highest Vendor jar package name javaewah Highest Vendor Manifest bundle-symbolicname com.googlecode.javaewah.JavaEWAH Medium Vendor Manifest multi-release true Low Vendor pom artifactid JavaEWAH Low Vendor pom developer email lemire@gmail.com Low Vendor pom developer id lemire Medium Vendor pom developer name Daniel Lemire Medium Vendor pom developer org LICEF Research Center Medium Vendor pom developer org URL http://licef.ca Medium Vendor pom groupid com.googlecode.javaewah Highest Vendor pom name JavaEWAH High Vendor pom url lemire/javaewah Highest Product file name JavaEWAH High Product gradle artifactid JavaEWAH Highest Product jar package name bitset Highest Product jar package name googlecode Highest Product jar package name javaewah Highest Product Manifest Bundle-Name JavaEWAH Medium Product Manifest bundle-symbolicname com.googlecode.javaewah.JavaEWAH Medium Product Manifest multi-release true Low Product pom artifactid JavaEWAH Highest Product pom developer email lemire@gmail.com Low Product pom developer id lemire Low Product pom developer name Daniel Lemire Low Product pom developer org LICEF Research Center Low Product pom developer org URL http://licef.ca Low Product pom groupid com.googlecode.javaewah Highest Product pom name JavaEWAH High Product pom url lemire/javaewah High Version file version 1.2.3 High Version gradle version 1.2.3 Highest Version Manifest Bundle-Version 1.2.3 High Version pom version 1.2.3 Highest
LatencyUtils-2.0.3.jar accessors-smart-2.5.0.jar activej-boot-4.3.1.jarDescription:
An intelligent way of booting complex applications and services according to their dependencies
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-boot/4.3.1/d035f801a2af8b72c8200e7867e130b764f4d752/activej-boot-4.3.1.jarMD5: c60baf49cf60a704e4e0a702f6d601bcSHA1: d035f801a2af8b72c8200e7867e130b764f4d752SHA256: 88d1fc2f98609a78b68ccff162816bb7a1e3b7807dc71a8fee3aa15955a7b008Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-boot-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-boot High Vendor gradle artifactid activej-boot Highest Vendor gradle groupid io.activej Highest Vendor Manifest automatic-module-name io.activej.boot Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-boot Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Boot High Vendor pom parent-artifactid activej Low Product file name activej-boot High Product gradle artifactid activej-boot Highest Product Manifest automatic-module-name io.activej.boot Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-boot Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Boot High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-bytebuf-4.3-r4.jarDescription:
Fast and memory-efficient byte buffer, an optimized version of Java's ByteBuffer class.
Useful for fast low-level I/O operations like working with files or transferring data over the internet.
File Path: /Users/jeffmiller/.m2/repository/dev/ikm/jpms/activej-bytebuf/4.3-r4/activej-bytebuf-4.3-r4.jarMD5: ee1c6b0169f226231df1e3e7b9e1f441SHA1: 7d0b8093bde9f26cf38a38d24f095c5f739c7975SHA256: 461cc9acedca31467e43de9d240c3776c1a9ebd7384084959de95e5adda6adc8Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-bytebuf-4.3-r4.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-bytebuf High Vendor gradle artifactid activej-bytebuf Highest Vendor gradle groupid dev.ikm.jpms Highest Vendor jar package name activej Highest Vendor jar package name bytebuf Highest Vendor jar package name io Highest Vendor Manifest build-jdk-spec 19 Low Vendor pom artifactid activej-bytebuf Low Vendor pom groupid dev.ikm.jpms Highest Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : ByteBuf High Vendor pom name Activej Bytebuf High Vendor pom parent-artifactid activej Low Vendor pom parent-artifactid java-parent Low Vendor pom parent-groupid dev.ikm.build Medium Product file name activej-bytebuf High Product gradle artifactid activej-bytebuf Highest Product jar package name activej Highest Product jar package name bytebuf Highest Product jar package name io Highest Product Manifest build-jdk-spec 19 Low Product pom artifactid activej-bytebuf Highest Product pom groupid dev.ikm.jpms Highest Product pom groupid io.activej Highest Product pom name ActiveJ : ByteBuf High Product pom name Activej Bytebuf High Product pom parent-artifactid activej Medium Product pom parent-artifactid java-parent Medium Product pom parent-groupid dev.ikm.build Medium Version pom version 0.4.0 Highest
activej-bytebuf-4.3.1.jarDescription:
Fast and memory-efficient byte buffer, an optimized version of Java's ByteBuffer class.
Useful for fast low-level I/O operations like working with files or transferring data over the internet.
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-bytebuf/4.3.1/e5ef5c9b6887e518e04afc88ca8277b1d36af1ae/activej-bytebuf-4.3.1.jarMD5: c2d514661fb6adedaf7a21e2d267dee6SHA1: e5ef5c9b6887e518e04afc88ca8277b1d36af1aeSHA256: 5f1dbeeeb6d5f9e77ec52d08d51414518bc1bf44082a6e4878c474a3dc27df08Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-bytebuf-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-bytebuf High Vendor gradle artifactid activej-bytebuf Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name bytebuf Highest Vendor jar package name io Highest Vendor Manifest automatic-module-name io.activej.bytebuf Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-bytebuf Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : ByteBuf High Vendor pom parent-artifactid activej Low Product file name activej-bytebuf High Product gradle artifactid activej-bytebuf Highest Product jar package name activej Highest Product jar package name bytebuf Highest Product jar package name io Highest Product Manifest automatic-module-name io.activej.bytebuf Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-bytebuf Highest Product pom groupid io.activej Highest Product pom name ActiveJ : ByteBuf High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-common-4.3-r2.jarDescription:
Module containing various general utilities for ActiveJ project.
File Path: /Users/jeffmiller/.m2/repository/dev/ikm/jpms/activej-common/4.3-r2/activej-common-4.3-r2.jarMD5: 5750ab1ca2a12cad622d5b5d5641490dSHA1: d5a44cfde7d470bce8ce511ca9607a2c488d062eSHA256: a588d06233f728e53b27705ae2628cb418399a1dce6f2efd80e26e756b55ced8Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-common-4.3-r2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-common High Vendor gradle artifactid activej-common Highest Vendor gradle groupid dev.ikm.jpms Highest Vendor jar package name activej Highest Vendor jar package name common Highest Vendor jar package name io Highest Vendor Manifest build-jdk-spec 19 Low Vendor pom artifactid activej-common Low Vendor pom groupid dev.ikm.jpms Highest Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Util : Common High Vendor pom name Activej Common High Vendor pom parent-artifactid activej Low Vendor pom parent-artifactid java-parent Low Vendor pom parent-groupid dev.ikm.build Medium Product file name activej-common High Product gradle artifactid activej-common Highest Product jar package name activej Highest Product jar package name common Highest Product jar package name io Highest Product Manifest build-jdk-spec 19 Low Product pom artifactid activej-common Highest Product pom groupid dev.ikm.jpms Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Util : Common High Product pom name Activej Common High Product pom parent-artifactid activej Medium Product pom parent-artifactid java-parent Medium Product pom parent-groupid dev.ikm.build Medium Version pom version 0.3.0 Highest
activej-common-4.3.1.jarDescription:
Module containing various general utilities for ActiveJ project.
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-common/4.3.1/7230d60208c7d81c1bfef9b00d013e8d736b4fb4/activej-common-4.3.1.jarMD5: 98c7e69e122118dabfba4d74ac58ddadSHA1: 7230d60208c7d81c1bfef9b00d013e8d736b4fb4SHA256: 335aa6ba74e636eeae567176e168c5fd8872f652ee4753fbf8b5b967057ee80aReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-common-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-common High Vendor gradle artifactid activej-common Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name common Highest Vendor jar package name io Highest Vendor Manifest automatic-module-name io.activej.common Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-common Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Util : Common High Vendor pom parent-artifactid activej Low Product file name activej-common High Product gradle artifactid activej-common Highest Product jar package name activej Highest Product jar package name common Highest Product jar package name io Highest Product Manifest automatic-module-name io.activej.common Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-common Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Util : Common High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-config-4.3.1.jarDescription:
A useful extension for properties files File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-config/4.3.1/1637cc235f03cee5380466da19810b046cce606e/activej-config-4.3.1.jarMD5: 0a281670f78fa681dce19d60d85528f3SHA1: 1637cc235f03cee5380466da19810b046cce606eSHA256: fd0be470b64e35887e3fb37a2c53563d9169ef304f19a5fb3b3b80694fe4af94Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-config-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-config High Vendor gradle artifactid activej-config Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name config Highest Vendor jar package name io Highest Vendor Manifest automatic-module-name io.activej.config Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-config Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Boot : Config High Vendor pom parent-artifactid activej Low Product file name activej-config High Product gradle artifactid activej-config Highest Product jar package name activej Highest Product jar package name config Highest Product jar package name io Highest Product Manifest automatic-module-name io.activej.config Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-config Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Boot : Config High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-csp-4.3.1.jarDescription:
Communicating sequential process via channels, similar to Golang channels.
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-csp/4.3.1/c0198e97c45fae6f976ce5da274545805592a486/activej-csp-4.3.1.jarMD5: 8f4feb4643bded0b6a34d51bc01b04d3SHA1: c0198e97c45fae6f976ce5da274545805592a486SHA256: 9eaa04ab4e3a67ec8134e8a2b0ebaf4e7561a9ae2bd9ed2ddbcd42c925776b5eReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-csp-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-csp High Vendor gradle artifactid activej-csp Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name csp Highest Vendor jar package name io Highest Vendor jar package name process Highest Vendor Manifest automatic-module-name io.activej.csp Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-csp Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : CSP High Vendor pom parent-artifactid activej Low Product file name activej-csp High Product gradle artifactid activej-csp Highest Product jar package name activej Highest Product jar package name csp Highest Product jar package name io Highest Product jar package name process Highest Product Manifest automatic-module-name io.activej.csp Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-csp Highest Product pom groupid io.activej Highest Product pom name ActiveJ : CSP High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-eventloop-4.3.1.jarDescription:
Efficient non-blocking network and file I/O, for building Node.js-like client/server applications with
high performance requirements.
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-eventloop/4.3.1/324cd8f70262c1d898dcb3b20fb7d46884f87f0c/activej-eventloop-4.3.1.jarMD5: 0427357d7adef67042e35378f5fc48e8SHA1: 324cd8f70262c1d898dcb3b20fb7d46884f87f0cSHA256: 3162d3ef9372184bed7b15d9d88ca43dad932d322c6b018edbfd89fc1f20ff91Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-eventloop-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-eventloop High Vendor gradle artifactid activej-eventloop Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name eventloop Highest Vendor jar package name io Highest Vendor Manifest automatic-module-name io.activej.eventloop Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-eventloop Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Eventloop High Vendor pom parent-artifactid activej Low Product file name activej-eventloop High Product gradle artifactid activej-eventloop Highest Product jar package name activej Highest Product jar package name eventloop Highest Product jar package name io Highest Product Manifest automatic-module-name io.activej.eventloop Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-eventloop Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Eventloop High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-http-4.3.1.jarDescription:
High-performance asynchronous HTTP clients and servers collection.
Contains a bunch of different built-in servlets for request dispatching, loading static content, etc.
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-http/4.3.1/6d7d223dbbf01f486145834049fd9e0fd96f7bf7/activej-http-4.3.1.jarMD5: 1ca57f05a9b60045ccf9c875ec7c886eSHA1: 6d7d223dbbf01f486145834049fd9e0fd96f7bf7SHA256: 10d753b09085934c9f7c955db34aa07d6ec7ae702ac038b8ccae765b1d47afabReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-http-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-http High Vendor gradle artifactid activej-http Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name http Highest Vendor jar package name io Highest Vendor Manifest automatic-module-name io.activej.http Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-http Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : HTTP High Vendor pom parent-artifactid activej Low Product file name activej-http High Product gradle artifactid activej-http Highest Product jar package name activej Highest Product jar package name http Highest Product jar package name io Highest Product Manifest automatic-module-name io.activej.http Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-http Highest Product pom groupid io.activej Highest Product pom name ActiveJ : HTTP High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-inject-4.3.1.jarDescription:
An extremely fast and lightweight Dependency Injection framework.
It supports nested scopes, singletons, object factories, modules and plugins which
allow to transform graph of dependencies at startup time without reflection.
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-inject/4.3.1/324e0b4923fb00a062bc9fa3c7bbacfc70b48ad8/activej-inject-4.3.1.jarMD5: 2fb7d93b611d34bd194d37abf6a02d95SHA1: 324e0b4923fb00a062bc9fa3c7bbacfc70b48ad8SHA256: 46084b7cfff8b7c9da4844d5c48d8fd871903af0271fbe2982e3984a305c80eaReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-inject-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-inject High Vendor gradle artifactid activej-inject Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name inject Highest Vendor jar package name io Highest Vendor Manifest automatic-module-name io.activej.inject Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-inject Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Inject High Vendor pom parent-artifactid activej Low Product file name activej-inject High Product gradle artifactid activej-inject Highest Product jar package name activej Highest Product jar package name inject Highest Product jar package name io Highest Product Manifest automatic-module-name io.activej.inject Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-inject Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Inject High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-jmx-4.3.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-jmx/4.3.1/1b437a07f3f001329b964bab1977e3d446571efd/activej-jmx-4.3.1.jarMD5: 756b3d6d8316e681f041702f4a852accSHA1: 1b437a07f3f001329b964bab1977e3d446571efdSHA256: f2268c5e82cce832eb00a6ddaa6e956010e8400b1b668d47f61b9c514305c54eReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-jmx-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-jmx High Vendor gradle artifactid activej-jmx Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name io Highest Vendor jar package name jmx Highest Vendor Manifest automatic-module-name io.activej.jmx Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-jmx Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Boot : JMX High Vendor pom parent-artifactid activej Low Product file name activej-jmx High Product gradle artifactid activej-jmx Highest Product jar package name activej Highest Product jar package name io Highest Product jar package name jmx Highest Product Manifest automatic-module-name io.activej.jmx Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-jmx Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Boot : JMX High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-jmx-stats-4.3.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-jmx-stats/4.3.1/71f32fb90421b236b63559dec66e36deb88f568f/activej-jmx-stats-4.3.1.jarMD5: ab84a1c867a76e7005ba87f7442fbd5aSHA1: 71f32fb90421b236b63559dec66e36deb88f568fSHA256: 6643cece5c024771ec897749b395f4ec62f9ba32fc1b3c86217cacb8b5f6adffReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-jmx-stats-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-jmx-stats High Vendor gradle artifactid activej-jmx-stats Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name io Highest Vendor jar package name jmx Highest Vendor jar package name stats Highest Vendor Manifest automatic-module-name io.activej.jmx.stats Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-jmx-stats Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Boot: JMX Stats High Vendor pom parent-artifactid activej Low Product file name activej-jmx-stats High Product gradle artifactid activej-jmx-stats Highest Product jar package name activej Highest Product jar package name io Highest Product jar package name jmx Highest Product jar package name stats Highest Product Manifest automatic-module-name io.activej.jmx.stats Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-jmx-stats Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Boot: JMX Stats High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-jmxapi-4.3.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-jmxapi/4.3.1/3fdfece93bff97d9bf90bae736dde869d7a81657/activej-jmxapi-4.3.1.jarMD5: 4ee7606fd867b8108b65c462499cb089SHA1: 3fdfece93bff97d9bf90bae736dde869d7a81657SHA256: 71635b311e63b0ae8cdb70ae5a415f6721a60e76765a1e42a754e82646475e37Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-jmxapi-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-jmxapi High Vendor gradle artifactid activej-jmxapi Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name api Highest Vendor jar package name io Highest Vendor jar package name jmx Highest Vendor Manifest automatic-module-name io.activej.jmx.api Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-jmxapi Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Boot: JMX API High Vendor pom parent-artifactid activej Low Product file name activej-jmxapi High Product gradle artifactid activej-jmxapi Highest Product jar package name activej Highest Product jar package name api Highest Product jar package name io Highest Product jar package name jmx Highest Product Manifest automatic-module-name io.activej.jmx.api Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-jmxapi Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Boot: JMX API High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-launcher-4.3.1.jarDescription:
An intelligent way of launching complex applications and services according to their dependencies
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-launcher/4.3.1/9c778c71c7bfc93d3ba46d170cbddeea3d08d399/activej-launcher-4.3.1.jarMD5: 0f83180e7bf1b5b0d038a0860a9b3656SHA1: 9c778c71c7bfc93d3ba46d170cbddeea3d08d399SHA256: 8d5cd13a91a98cbd6091807eb8ff0000731e9e673dc222e1f21d13a559ff8ec4Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-launcher-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-launcher High Vendor gradle artifactid activej-launcher Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name io Highest Vendor jar package name launcher Highest Vendor Manifest automatic-module-name io.activej.launcher Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-launcher Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Launcher High Vendor pom parent-artifactid activej Low Product file name activej-launcher High Product gradle artifactid activej-launcher Highest Product jar package name activej Highest Product jar package name io Highest Product jar package name launcher Highest Product Manifest automatic-module-name io.activej.launcher Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-launcher Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Launcher High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-launchers-common-4.3.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-launchers-common/4.3.1/f5238fbc50bdca6eb58eb1a700b3adadc40d979f/activej-launchers-common-4.3.1.jarMD5: 6f6ac6b1dc2654061bb38f28b5fc8ee6SHA1: f5238fbc50bdca6eb58eb1a700b3adadc40d979fSHA256: 0fcf66887989d93b5cf1de316400316e0157abfe6d94ecbf7e170ea706903edeReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-launchers-common-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-launchers-common High Vendor gradle artifactid activej-launchers-common Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name io Highest Vendor jar package name launchers Highest Vendor Manifest automatic-module-name io.activej.launchers.common Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-launchers-common Low Vendor pom groupid io.activej Highest Vendor pom name Launchers : Common High Vendor pom parent-artifactid activej-launchers Low Product file name activej-launchers-common High Product gradle artifactid activej-launchers-common Highest Product jar package name activej Highest Product jar package name io Highest Product jar package name launchers Highest Product Manifest automatic-module-name io.activej.launchers.common Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-launchers-common Highest Product pom groupid io.activej Highest Product pom name Launchers : Common High Product pom parent-artifactid activej-launchers Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-launchers-http-4.3.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-launchers-http/4.3.1/3eef18690913d6ecf251ce4c7eb481c01f36addb/activej-launchers-http-4.3.1.jarMD5: 63335f7971f30ac74707e3e2ccbe9c08SHA1: 3eef18690913d6ecf251ce4c7eb481c01f36addbSHA256: c8bb6dcecc1d9f0646dbac01554ac4a58290718156921beb6082d9f4f6de8411Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-launchers-http-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-launchers-http High Vendor gradle artifactid activej-launchers-http Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name http Highest Vendor jar package name io Highest Vendor jar package name launchers Highest Vendor Manifest automatic-module-name io.activej.launchers.http Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-launchers-http Low Vendor pom groupid io.activej Highest Vendor pom name Launchers : HTTP High Vendor pom parent-artifactid activej-launchers Low Product file name activej-launchers-http High Product gradle artifactid activej-launchers-http Highest Product jar package name activej Highest Product jar package name http Highest Product jar package name io Highest Product jar package name launchers Highest Product Manifest automatic-module-name io.activej.launchers.http Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-launchers-http Highest Product pom groupid io.activej Highest Product pom name Launchers : HTTP High Product pom parent-artifactid activej-launchers Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-net-4.3.1.jarDescription:
Net module handles low-level asynchronous socket I/O (TCP/UDP).
Provides tools for TCP/UDP servers creation.
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-net/4.3.1/c743d4ab44c5ee82110882cb4e38bce11593acaa/activej-net-4.3.1.jarMD5: ad6492d0133af204d39cf6b4944c2a0fSHA1: c743d4ab44c5ee82110882cb4e38bce11593acaaSHA256: 11a602462a45288956f37246fd35af9ee213a95a1311f83ed7e5a3d29ab21dfeReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-net-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-net High Vendor gradle artifactid activej-net Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name io Highest Vendor jar package name net Highest Vendor jar package name socket Highest Vendor Manifest automatic-module-name io.activej.net Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-net Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Net High Vendor pom parent-artifactid activej Low Product file name activej-net High Product gradle artifactid activej-net Highest Product jar package name activej Highest Product jar package name io Highest Product jar package name net Highest Product jar package name socket Highest Product Manifest automatic-module-name io.activej.net Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-net Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Net High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-promise-4.3.1.jarDescription:
A convenient way to organize asynchronous code.
Promises are a faster and more efficient version of JavaScript's Promise and Java's CompletionStage's.
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-promise/4.3.1/4cefc604ba9e95856c878286f71ad5390d4ebe9e/activej-promise-4.3.1.jarMD5: 722ca2f550062bae9aeca16be2e1b075SHA1: 4cefc604ba9e95856c878286f71ad5390d4ebe9eSHA256: cf22f8e5342c37dcd2f0e3592df2f6796d2f7f088b86a5245321f96b6c0b517aReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-promise-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-promise High Vendor gradle artifactid activej-promise Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name io Highest Vendor jar package name promise Highest Vendor jar package name promises Highest Vendor Manifest automatic-module-name io.activej.promise Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-promise Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Promises High Vendor pom parent-artifactid activej Low Product file name activej-promise High Product gradle artifactid activej-promise Highest Product jar package name activej Highest Product jar package name io Highest Product jar package name promise Highest Product jar package name promises Highest Product Manifest automatic-module-name io.activej.promise Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-promise Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Promises High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-servicegraph-4.3.1.jarDescription:
Starts/stops application services according to their dependency graph File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-servicegraph/4.3.1/239d2ef60a89cad956dd4285750bbd9c051daa14/activej-servicegraph-4.3.1.jarMD5: 2f480fc0b5e01de00711d3c0f1c09d2dSHA1: 239d2ef60a89cad956dd4285750bbd9c051daa14SHA256: 686655864072f4bc955d94a5eb93518a6b541f9773d9ac993a45da68a3992646Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-servicegraph-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-servicegraph High Vendor gradle artifactid activej-servicegraph Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name io Highest Vendor jar package name service Highest Vendor jar package name servicegraph Highest Vendor Manifest automatic-module-name io.activej.service Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-servicegraph Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Boot : Service Graph High Vendor pom parent-artifactid activej Low Product file name activej-servicegraph High Product gradle artifactid activej-servicegraph Highest Product jar package name activej Highest Product jar package name io Highest Product jar package name service Highest Product jar package name servicegraph Highest Product Manifest automatic-module-name io.activej.service Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-servicegraph Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Boot : Service Graph High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-triggers-4.3.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-triggers/4.3.1/56c631b6c557768a483d1317be55986ee6d59f7d/activej-triggers-4.3.1.jarMD5: c888e967cfa090e01dd67974b83a1477SHA1: 56c631b6c557768a483d1317be55986ee6d59f7dSHA256: 72d76627d8128fe069636b09ea14180a30da18850e73d572fe4eaa59b9723003Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-triggers-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-triggers High Vendor gradle artifactid activej-triggers Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name io Highest Vendor jar package name trigger Highest Vendor jar package name triggers Highest Vendor Manifest automatic-module-name io.activej.trigger Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-triggers Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Boot : Triggers High Vendor pom parent-artifactid activej Low Product file name activej-triggers High Product gradle artifactid activej-triggers Highest Product jar package name activej Highest Product jar package name io Highest Product jar package name trigger Highest Product jar package name triggers Highest Product Manifest automatic-module-name io.activej.trigger Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-triggers Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Boot : Triggers High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
activej-workers-4.3.1.jarDescription:
Simple to use, high-abstraction level I/O async programming model File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.activej/activej-workers/4.3.1/4b905514d118047a2d765e2f47ccda0c2e418678/activej-workers-4.3.1.jarMD5: 26c76942b748671b41ea0a9ec46f5e16SHA1: 4b905514d118047a2d765e2f47ccda0c2e418678SHA256: da7ac576e7fb120beb9f1447fd37992e3cb8d2747f065bd1b583fa872cb3df91Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath activej-workers-4.3.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name activej-workers High Vendor gradle artifactid activej-workers Highest Vendor gradle groupid io.activej Highest Vendor jar package name activej Highest Vendor jar package name io Highest Vendor jar package name worker Highest Vendor Manifest automatic-module-name io.activej.worker Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Vendor pom artifactid activej-workers Low Vendor pom groupid io.activej Highest Vendor pom name ActiveJ : Boot : Workers High Vendor pom parent-artifactid activej Low Product file name activej-workers High Product gradle artifactid activej-workers Highest Product jar package name activej Highest Product jar package name io Highest Product jar package name worker Highest Product Manifest automatic-module-name io.activej.worker Medium Product Manifest build-jdk-spec 11 Low Product Manifest git-sha-1 248e603da2e4c10b08b0fb81bd7ef8b1eaf6f1e3 Low Product pom artifactid activej-workers Highest Product pom groupid io.activej Highest Product pom name ActiveJ : Boot : Workers High Product pom parent-artifactid activej Medium Version file version 4.3.1 High Version gradle version 4.3.1 Highest Version pom version 4.3.1 Highest
android-json-0.0.20131108.vaadin1.jar angus-activation-2.0.1.jarDescription:
Implementation License:
http://www.eclipse.org/org/documents/edl-v10.php File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.eclipse.angus/angus-activation/2.0.1/eaafaf4eb71b400e4136fc3a286f50e34a68ecb7/angus-activation-2.0.1.jar
MD5: 9a66564224140488f83f645ac32d4169
SHA1: eaafaf4eb71b400e4136fc3a286f50e34a68ecb7
SHA256: b226761815868edf8964c1d71e6d2d54ab238c2788507061b4e0633933b4c131
Referenced In Projects/Scopes: opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath angus-activation-2.0.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name angus-activation High Vendor gradle artifactid angus-activation Highest Vendor gradle groupid org.eclipse.angus Highest Vendor jar package name activation Highest Vendor jar package name angus Highest Vendor jar package name eclipse Highest Vendor Manifest bundle-docurl https://www.eclipse.org Low Vendor Manifest bundle-symbolicname angus-activation Medium Vendor Manifest extension-name org.eclipse.angus Medium Vendor Manifest implementation-build-id 2.0.1-RELEASE-b350e3d Low Vendor Manifest Implementation-Vendor Eclipse Foundation High Vendor Manifest provide-capability osgi.serviceloader;osgi.serviceloader="jakarta.activation.spi.MailcapRegistryProvider",osgi.serviceloader;osgi.serviceloader="jakarta.activation.spi.MimeTypeRegistryProvider" Low Vendor Manifest specification-vendor Eclipse Foundation Low Vendor pom artifactid angus-activation Low Vendor pom groupid org.eclipse.angus Highest Vendor pom name Angus Activation Registries High Vendor pom parent-artifactid angus-activation-project Low Product file name angus-activation High Product gradle artifactid angus-activation Highest Product jar package name activation Highest Product jar package name angus Highest Product jar package name eclipse Highest Product Manifest bundle-docurl https://www.eclipse.org Low Product Manifest Bundle-Name Angus Activation Registries Medium Product Manifest bundle-symbolicname angus-activation Medium Product Manifest extension-name org.eclipse.angus Medium Product Manifest implementation-build-id 2.0.1-RELEASE-b350e3d Low Product Manifest Implementation-Title Angus Activation Registries High Product Manifest provide-capability osgi.serviceloader;osgi.serviceloader="jakarta.activation.spi.MailcapRegistryProvider",osgi.serviceloader;osgi.serviceloader="jakarta.activation.spi.MimeTypeRegistryProvider" Low Product Manifest specification-title Jakarta Activation Specification Medium Product pom artifactid angus-activation Highest Product pom groupid org.eclipse.angus Highest Product pom name Angus Activation Registries High Product pom parent-artifactid angus-activation-project Medium Version file version 2.0.1 High Version gradle version 2.0.1 Highest Version Manifest Bundle-Version 2.0.1 High Version pom version 2.0.1 Highest
animal-sniffer-annotations-1.23.jar annotations-17.0.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/17.0.0/8ceead41f4e71821919dbdb7a9847608f1a938cb/annotations-17.0.0.jarMD5: 7b06437ed47fa7b4a8ec8909f4fb9022SHA1: 8ceead41f4e71821919dbdb7a9847608f1a938cbSHA256: 195fb0da046d55bb042e91543484cf1da68b02bb7afbfe031f229e45ac84b3f2Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath annotations-17.0.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name annotations High Vendor gradle artifactid annotations Highest Vendor gradle groupid org.jetbrains Highest Vendor jar package name annotations Highest Vendor jar package name annotations Low Vendor jar package name intellij Low Vendor jar package name jetbrains Highest Vendor jar package name lang Low Vendor Manifest automatic-module-name org.jetbrains.annotations Medium Product file name annotations High Product gradle artifactid annotations Highest Product jar package name annotations Highest Product jar package name annotations Low Product jar package name jetbrains Highest Product jar package name lang Low Product Manifest automatic-module-name org.jetbrains.annotations Medium Version file name annotations Medium Version file version 17.0.0 High Version gradle version 17.0.0 Highest
annotations-2.0.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/annotations/2.0.1/9ef6656259841cebfb9fb0697bb122ada4485498/annotations-2.0.1.jarMD5: 35ef911c85603829ded63f211feb2d68SHA1: 9ef6656259841cebfb9fb0697bb122ada4485498SHA256: 893b2203a27e4a8ba9d16cd6ed6e9f730736b4878a6bfffeff06861f32e6631bReferenced In Projects/Scopes:
opencdx-routine:compileClasspath opencdx-connected-test:compileClasspath opencdx-audit:compileClasspath opencdx-media:compileClasspath opencdx-questionnaire:compileClasspath opencdx-helloworld:compileClasspath opencdx-tinkar:compileClasspath opencdx-protector:compileClasspath opencdx-iam:compileClasspath opencdx-anf:compileClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath opencdx-communications:compileClasspath annotations-2.0.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 Evidence Type Source Name Value Confidence Vendor file name annotations High Vendor gradle artifactid annotations Highest Vendor gradle groupid com.google.code.findbugs Highest Vendor jar package name annotation Low Vendor jar package name javax Low Vendor Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Vendor Manifest bundle-symbolicname findbugsAnnotations Medium Product file name annotations High Product gradle artifactid annotations Highest Product jar package name annotation Low Product Manifest Bundle-Name FindbugsAnnotations Medium Product Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Product Manifest bundle-symbolicname findbugsAnnotations Medium Version file name annotations Medium Version file version 2.0.1 High Version gradle version 2.0.1 Highest Version Manifest Bundle-Version 2.0.0 High
annotations-2.16.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.solven-eu.cleanthat/annotations/2.16/18e4085f0af79606bd112f83a8e5d06c502174d1/annotations-2.16.jarMD5: cbdff6ae4ec34b6e559ab4130fc84a5eSHA1: 18e4085f0af79606bd112f83a8e5d06c502174d1SHA256: c842c3657f18dc550f1554aec31b629a740f9a73874e1d4c7c1166b8922fe708Referenced In Projects/Scopes:
opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 annotations-2.16.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name annotations High Vendor gradle artifactid annotations Highest Vendor gradle groupid io.github.solven-eu.cleanthat Highest Vendor jar package name cleanthat Highest Vendor jar package name eu Highest Vendor jar package name solven Highest Vendor Manifest build-jdk-spec 17 Low Vendor pom artifactid annotations Low Vendor pom groupid io.github.solven-eu.cleanthat Highest Vendor pom parent-artifactid aggregator-cleanthat Low Product file name annotations High Product gradle artifactid annotations Highest Product jar package name cleanthat Highest Product jar package name eu Highest Product jar package name solven Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title annotations High Product pom artifactid annotations Highest Product pom groupid io.github.solven-eu.cleanthat Highest Product pom parent-artifactid aggregator-cleanthat Medium Version file version 2.16 High Version gradle version 2.16 Highest Version Manifest Implementation-Version 2.16 High Version pom version 2.16 Highest
annotations-3.0.1.jar (shaded: com.google.code.findbugs:jsr305:3.0.1)Description:
JSR305 Annotations for Findbugs License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/annotations/3.0.1/fc019a2216218990d64dfe756e7aa20f0069dea2/annotations-3.0.1.jar/META-INF/maven/com.google.code.findbugs/jsr305/pom.xml
MD5: d08567d16867a0b79bc8149683918452
SHA1: d04690f71f3393e23f30998d9534365274fa5f9f
SHA256: 4170a761dc5bfd3981a8e6f7aab9e2acdce82d34fd5aa9bb11e3c090d25314ce
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath Evidence Type Source Name Value Confidence Vendor pom artifactid jsr305 Low Vendor pom groupid com.google.code.findbugs Highest Vendor pom name FindBugs-jsr305 High Vendor pom url http://findbugs.sourceforge.net/ Highest Product pom artifactid jsr305 Highest Product pom groupid com.google.code.findbugs Highest Product pom name FindBugs-jsr305 High Product pom url http://findbugs.sourceforge.net/ Medium Version pom version 3.0.1 Highest
annotations-3.0.1.jarDescription:
Annotation the FindBugs tool supports License:
GNU Lesser Public License: http://www.gnu.org/licenses/lgpl.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/annotations/3.0.1/fc019a2216218990d64dfe756e7aa20f0069dea2/annotations-3.0.1.jar
MD5: fc4f102f22ba4f1df3f1d7cc6b202152
SHA1: fc019a2216218990d64dfe756e7aa20f0069dea2
SHA256: 6b47ff0a6de0ce17cbedc3abb0828ca5bce3009d53ea47b3723ff023c4742f79
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath annotations-3.0.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.hubspot.jackson/jackson-datatype-protobuf@0.9.14 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.hubspot.jackson/jackson-datatype-protobuf@0.9.14 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.hubspot.jackson/jackson-datatype-protobuf@0.9.14 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 Evidence Type Source Name Value Confidence Vendor file name annotations High Vendor gradle artifactid annotations Highest Vendor gradle groupid com.google.code.findbugs Highest Vendor jar package name annotation Highest Vendor jar package name annotations Highest Vendor jar package name findbugs Highest Vendor Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Vendor Manifest bundle-symbolicname findbugsAnnotations Medium Vendor pom artifactid annotations Low Vendor pom developer email Loskutov@gmx.de Low Vendor pom developer email pugh at cs.umd.edu Low Vendor pom developer id al Medium Vendor pom developer id bp Medium Vendor pom developer name Andrey Loskutov Medium Vendor pom developer name Bill Pugh Medium Vendor pom developer name Keith Lea Medium Vendor pom groupid com.google.code.findbugs Highest Vendor pom name FindBugs-Annotations High Vendor pom url http://findbugs.sourceforge.net/ Highest Product file name annotations High Product gradle artifactid annotations Highest Product jar package name annotation Highest Product jar package name annotations Highest Product jar package name findbugs Highest Product Manifest Bundle-Name FindBugs-Annotations Medium Product Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Product Manifest bundle-symbolicname findbugsAnnotations Medium Product pom artifactid annotations Highest Product pom developer email Loskutov@gmx.de Low Product pom developer email pugh at cs.umd.edu Low Product pom developer id al Low Product pom developer id bp Low Product pom developer name Andrey Loskutov Low Product pom developer name Bill Pugh Low Product pom developer name Keith Lea Low Product pom groupid com.google.code.findbugs Highest Product pom name FindBugs-Annotations High Product pom url http://findbugs.sourceforge.net/ Medium Version file version 3.0.1 High Version gradle version 3.0.1 Highest Version Manifest Bundle-Version 3.0.1 High Version pom version 3.0.1 Highest
annotations-4.1.1.4.jar antlr-2.7.7.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/antlr/antlr/2.7.7/83cd2cd674a217ade95a4bb83a8a14f351f48bd0/antlr-2.7.7.jarMD5: f8f1352c52a4c6a500b597596501fc64SHA1: 83cd2cd674a217ade95a4bb83a8a14f351f48bd0SHA256: 88fbda4b912596b9f56e8e12e580cc954bacfb51776ecfddd3e18fc1cf56dc4cReferenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath antlr-2.7.7.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name antlr High Vendor gradle artifactid antlr Highest Vendor gradle groupid antlr Highest Vendor jar package name antlr Low Product file name antlr High Product gradle artifactid antlr Highest Version file name antlr Medium Version file version 2.7.7 High Version gradle version 2.7.7 Highest
antlr-runtime-3.4.jarDescription:
A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions. File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.antlr/antlr-runtime/3.4/8f011408269a8e42b8548687e137d8eeb56df4b4/antlr-runtime-3.4.jarMD5: 0e0318be407e51fdf7ba6777eabfdf73SHA1: 8f011408269a8e42b8548687e137d8eeb56df4b4SHA256: 5b7cf53b7b30b034023f58030c8147c433f2bee0fe7dec8fae6bebf3708c5a63Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath antlr-runtime-3.4.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name antlr-runtime High Vendor gradle artifactid antlr-runtime Highest Vendor gradle groupid org.antlr Highest Vendor jar package name antlr Highest Vendor jar package name antlr Low Vendor jar package name runtime Highest Vendor jar package name runtime Low Vendor pom artifactid antlr-runtime Low Vendor pom developer email jimi@temporal-wave.com Low Vendor pom developer email parrt@antlr.org Low Vendor pom developer name Jim Idle Medium Vendor pom developer name Terence Parr Medium Vendor pom developer org Temporal Wave LLC Medium Vendor pom developer org USFCA Medium Vendor pom developer org URL http://www.cs.usfca.edu Medium Vendor pom developer org URL http://www.temporal-wave.com Medium Vendor pom groupid org.antlr Highest Vendor pom name Antlr 3.4 Runtime High Vendor pom parent-artifactid antlr-master Low Vendor pom url http://www.antlr.org Highest Product file name antlr-runtime High Product gradle artifactid antlr-runtime Highest Product jar package name antlr Highest Product jar package name runtime Highest Product jar package name runtime Low Product pom artifactid antlr-runtime Highest Product pom developer email jimi@temporal-wave.com Low Product pom developer email parrt@antlr.org Low Product pom developer name Jim Idle Low Product pom developer name Terence Parr Low Product pom developer org Temporal Wave LLC Low Product pom developer org USFCA Low Product pom developer org URL http://www.cs.usfca.edu Low Product pom developer org URL http://www.temporal-wave.com Low Product pom groupid org.antlr Highest Product pom name Antlr 3.4 Runtime High Product pom parent-artifactid antlr-master Medium Product pom url http://www.antlr.org Medium Version file version 3.4 High Version gradle version 3.4 Highest Version pom version 3.4 Highest
any-language-2.16.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.solven-eu.cleanthat/any-language/2.16/b17ad655e100e9526abb71251fe3b3fd367a5dc3/any-language-2.16.jarMD5: f8f6640cb78e224c1d79fae7bf07723dSHA1: b17ad655e100e9526abb71251fe3b3fd367a5dc3SHA256: 76ae4f7e2f77a94a697833043d98ade808303eb41e39673dffb3a72c6e477089Referenced In Projects/Scopes:
opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 any-language-2.16.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name any-language High Vendor gradle artifactid any-language Highest Vendor gradle groupid io.github.solven-eu.cleanthat Highest Vendor jar package name cleanthat Highest Vendor jar package name eu Highest Vendor jar package name solven Highest Vendor Manifest build-jdk-spec 17 Low Vendor pom artifactid any-language Low Vendor pom groupid io.github.solven-eu.cleanthat Highest Vendor pom parent-artifactid aggregator-cleanthat Low Product file name any-language High Product gradle artifactid any-language Highest Product jar package name cleanthat Highest Product jar package name eu Highest Product jar package name solven Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title any-language High Product pom artifactid any-language Highest Product pom groupid io.github.solven-eu.cleanthat Highest Product pom parent-artifactid aggregator-cleanthat Medium Version file version 2.16 High Version gradle version 2.16 Highest Version Manifest Implementation-Version 2.16 High Version pom version 2.16 Highest
aopalliance-1.0.jar aopalliance-repackaged-3.0.5.jarDescription:
Dependency Injection Kernel License:
http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.hk2.external/aopalliance-repackaged/3.0.5/6a77d3f22a1423322226bff412177addc936b38f/aopalliance-repackaged-3.0.5.jar
MD5: 6ede2eee8fdc86fed0a5046ddbcd0cdd
SHA1: 6a77d3f22a1423322226bff412177addc936b38f
SHA256: 433e4b8292064c96625eee2106eb2fd7fc50b839c2f0742977563331ad9d5935
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath aopalliance-repackaged-3.0.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name aopalliance-repackaged High Vendor gradle artifactid aopalliance-repackaged Highest Vendor gradle groupid org.glassfish.hk2.external Highest Vendor jar package name aopalliance Highest Vendor Manifest automatic-module-name org.aopalliance Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest bundle-docurl http://www.oracle.com Low Vendor Manifest bundle-symbolicname org.glassfish.hk2.external.aopalliance-repackaged Medium Vendor pom artifactid aopalliance-repackaged Low Vendor pom groupid org.glassfish.hk2.external Highest Vendor pom name aopalliance version repackaged as a module High Vendor pom parent-artifactid external Low Vendor pom parent-groupid org.glassfish.hk2 Medium Product file name aopalliance-repackaged High Product gradle artifactid aopalliance-repackaged Highest Product jar package name aopalliance Highest Product Manifest automatic-module-name org.aopalliance Medium Product Manifest build-jdk-spec 17 Low Product Manifest bundle-docurl http://www.oracle.com Low Product Manifest Bundle-Name aopalliance version 1.0 repackaged as a module Medium Product Manifest bundle-symbolicname org.glassfish.hk2.external.aopalliance-repackaged Medium Product pom artifactid aopalliance-repackaged Highest Product pom groupid org.glassfish.hk2.external Highest Product pom name aopalliance version repackaged as a module High Product pom parent-artifactid external Medium Product pom parent-groupid org.glassfish.hk2 Medium Version file version 3.0.5 High Version gradle version 3.0.5 Highest Version Manifest Bundle-Version 3.0.5 High Version pom version 3.0.5 Highest
apiguardian-api-1.1.2.jarDescription:
@API Guardian File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apiguardian/apiguardian-api/1.1.2/a231e0d844d2721b0fa1b238006d15c6ded6842a/apiguardian-api-1.1.2.jarMD5: 8c7de3f82037fa4a2e8be2a2f13092afSHA1: a231e0d844d2721b0fa1b238006d15c6ded6842aSHA256: b509448ac506d607319f182537f0b35d71007582ec741832a1f111e5b5b70b38Referenced In Projects/Scopes:
opencdx-discovery:compileClasspath opencdx-routine:compileClasspath opencdx-connected-test:compileClasspath opencdx-audit:compileClasspath opencdx-client:compileClasspath opencdx-media:compileClasspath opencdx-questionnaire:compileClasspath opencdx-commons:compileClasspath opencdx-helloworld:compileClasspath opencdx-admin:compileClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-protector:compileClasspath opencdx-iam:compileClasspath opencdx-anf:compileClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath opencdx-communications:compileClasspath apiguardian-api-1.1.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 Evidence Type Source Name Value Confidence Vendor file name apiguardian-api High Vendor gradle artifactid apiguardian-api Highest Vendor gradle groupid org.apiguardian Highest Vendor jar package name api Low Vendor jar package name apiguardian Highest Vendor jar package name apiguardian Low Vendor Manifest build-date 2021-06-27 Low Vendor Manifest build-revision aa952a1b9d5b4e9cc0af853e2c140c2455b397be Low Vendor Manifest build-time 14:53:10.089+0200 Low Vendor Manifest bundle-docurl https://github.com/apiguardian-team/apiguardian Low Vendor Manifest bundle-symbolicname org.apiguardian.api Medium Vendor Manifest Implementation-Vendor apiguardian.org High Vendor Manifest specification-vendor apiguardian.org Low Product file name apiguardian-api High Product gradle artifactid apiguardian-api Highest Product jar package name api Highest Product jar package name api Low Product jar package name apiguardian Highest Product Manifest build-date 2021-06-27 Low Product Manifest build-revision aa952a1b9d5b4e9cc0af853e2c140c2455b397be Low Product Manifest build-time 14:53:10.089+0200 Low Product Manifest bundle-docurl https://github.com/apiguardian-team/apiguardian Low Product Manifest Bundle-Name apiguardian-api Medium Product Manifest bundle-symbolicname org.apiguardian.api Medium Product Manifest Implementation-Title apiguardian-api High Product Manifest specification-title apiguardian-api Medium Version file version 1.1.2 High Version Manifest Implementation-Version 1.1.2 High
asm-9.3.jar asm-9.4.jarLicense:
BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/9.4/b4e0e2d2e023aa317b7cfcfc916377ea348e07d1/asm-9.4.jar
MD5: ffa64f03a23a4823d98703e6ce6ff397
SHA1: b4e0e2d2e023aa317b7cfcfc916377ea348e07d1
SHA256: 39d0e2b3dc45af65a09b097945750a94a126e052e124f93468443a1d0e15f381
Referenced In Projects/Scopes: opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 asm-9.4.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name asm High Vendor gradle artifactid asm Highest Vendor gradle groupid org.ow2.asm Highest Vendor jar package name asm Highest Vendor jar package name asm Low Vendor jar package name objectweb Highest Vendor jar package name objectweb Low Vendor Manifest bundle-docurl http://asm.ow2.org Low Vendor Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Vendor Manifest bundle-symbolicname org.objectweb.asm Medium Product file name asm High Product gradle artifactid asm Highest Product jar package name asm Highest Product jar package name asm Low Product jar package name objectweb Highest Product Manifest bundle-docurl http://asm.ow2.org Low Product Manifest Bundle-Name org.objectweb.asm Medium Product Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Product Manifest bundle-symbolicname org.objectweb.asm Medium Product Manifest Implementation-Title ASM, a very small and fast Java bytecode manipulation framework High Version file version 9.4 High Version Manifest Implementation-Version 9.4 High
asm-9.5.jarLicense:
BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/9.5/dc6ea1875f4d64fbc85e1691c95b96a3d8569c90/asm-9.5.jar
MD5: 29721ee4b5eacf0a34b204c345c8bc69
SHA1: dc6ea1875f4d64fbc85e1691c95b96a3d8569c90
SHA256: b62e84b5980729751b0458c534cf1366f727542bb8d158621335682a460f0353
Referenced In Projects/Scopes: opencdx-helloworld:jacocoAnt opencdx-routine:jacocoAnt opencdx-audit:jacocoAnt opencdx-discovery:jacocoAnt opencdx-gateway:jacocoAnt opencdx-admin:jacocoAnt opencdx-media:jacocoAnt opencdx-protector:jacocoAnt opencdx-questionnaire:jacocoAnt opencdx-iam:jacocoAnt opencdx-proto:jacocoAnt opencdx-tinkar:jacocoAnt opencdx-config:jacocoAnt opencdx-predictor:jacocoAnt opencdx-client:jacocoAnt opencdx-communications:jacocoAnt opencdx-connected-test:jacocoAnt OpenCDX:jacocoAnt opencdx-classification:jacocoAnt opencdx-commons:jacocoAnt opencdx-anf:jacocoAnt asm-9.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 Evidence Type Source Name Value Confidence Vendor file name asm High Vendor gradle artifactid asm Highest Vendor gradle groupid org.ow2.asm Highest Vendor jar package name asm Highest Vendor jar package name asm Low Vendor jar package name objectweb Highest Vendor jar package name objectweb Low Vendor Manifest bundle-docurl http://asm.ow2.org Low Vendor Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Vendor Manifest bundle-symbolicname org.objectweb.asm Medium Product file name asm High Product gradle artifactid asm Highest Product jar package name asm Highest Product jar package name asm Low Product jar package name objectweb Highest Product Manifest bundle-docurl http://asm.ow2.org Low Product Manifest Bundle-Name org.objectweb.asm Medium Product Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Product Manifest bundle-symbolicname org.objectweb.asm Medium Product Manifest Implementation-Title ASM, a very small and fast Java bytecode manipulation framework High Version file version 9.5 High Version Manifest Implementation-Version 9.5 High
asm-commons-9.5.jarLicense:
BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-commons/9.5/19ab5b5800a3910d30d3a3e64fdb00fd0cb42de0/asm-commons-9.5.jar
MD5: 7d1fce986192f71722b19754e4cb9e61
SHA1: 19ab5b5800a3910d30d3a3e64fdb00fd0cb42de0
SHA256: 72eee9fbafb9de8d9463f20dd584a48ceeb7e5152ad4c987bfbe17dd4811c9ae
Referenced In Projects/Scopes: opencdx-helloworld:jacocoAnt opencdx-routine:jacocoAnt opencdx-audit:jacocoAnt opencdx-discovery:jacocoAnt opencdx-gateway:jacocoAnt opencdx-admin:jacocoAnt opencdx-media:jacocoAnt opencdx-protector:jacocoAnt opencdx-questionnaire:jacocoAnt opencdx-iam:jacocoAnt opencdx-proto:jacocoAnt opencdx-tinkar:jacocoAnt opencdx-config:jacocoAnt opencdx-predictor:jacocoAnt opencdx-client:jacocoAnt opencdx-communications:jacocoAnt opencdx-connected-test:jacocoAnt OpenCDX:jacocoAnt opencdx-classification:jacocoAnt opencdx-commons:jacocoAnt opencdx-anf:jacocoAnt asm-commons-9.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 Evidence Type Source Name Value Confidence Vendor file name asm-commons High Vendor gradle artifactid asm-commons Highest Vendor gradle groupid org.ow2.asm Highest Vendor jar package name asm Highest Vendor jar package name asm Low Vendor jar package name commons Highest Vendor jar package name commons Low Vendor jar package name objectweb Highest Vendor jar package name objectweb Low Vendor Manifest bundle-docurl http://asm.ow2.org Low Vendor Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Vendor Manifest bundle-symbolicname org.objectweb.asm.commons Medium Vendor Manifest module-requires org.objectweb.asm;transitive=true,org.objectweb.asm.tree;transitive=true Low Product file name asm-commons High Product gradle artifactid asm-commons Highest Product jar package name asm Highest Product jar package name asm Low Product jar package name commons Highest Product jar package name commons Low Product jar package name objectweb Highest Product Manifest bundle-docurl http://asm.ow2.org Low Product Manifest Bundle-Name org.objectweb.asm.commons Medium Product Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Product Manifest bundle-symbolicname org.objectweb.asm.commons Medium Product Manifest Implementation-Title Usefull class adapters based on ASM, a very small and fast Java bytecode manipulation framework High Product Manifest module-requires org.objectweb.asm;transitive=true,org.objectweb.asm.tree;transitive=true Low Version file version 9.5 High Version Manifest Implementation-Version 9.5 High
asm-tree-9.5.jarLicense:
BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-tree/9.5/fd33c8b6373abaa675be407082fdfda35021254a/asm-tree-9.5.jar
MD5: 44755681b7d6fa7143afbb438e55c20c
SHA1: fd33c8b6373abaa675be407082fdfda35021254a
SHA256: 3c33a648191079aeaeaeb7c19a49b153952f9e40fe86fbac5205554ddd9acd94
Referenced In Projects/Scopes: opencdx-helloworld:jacocoAnt opencdx-routine:jacocoAnt opencdx-audit:jacocoAnt opencdx-discovery:jacocoAnt opencdx-gateway:jacocoAnt opencdx-admin:jacocoAnt opencdx-media:jacocoAnt opencdx-protector:jacocoAnt opencdx-questionnaire:jacocoAnt opencdx-iam:jacocoAnt opencdx-proto:jacocoAnt opencdx-tinkar:jacocoAnt opencdx-config:jacocoAnt opencdx-predictor:jacocoAnt opencdx-client:jacocoAnt opencdx-communications:jacocoAnt opencdx-connected-test:jacocoAnt OpenCDX:jacocoAnt opencdx-classification:jacocoAnt opencdx-commons:jacocoAnt opencdx-anf:jacocoAnt asm-tree-9.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 Evidence Type Source Name Value Confidence Vendor file name asm-tree High Vendor gradle artifactid asm-tree Highest Vendor gradle groupid org.ow2.asm Highest Vendor jar package name asm Highest Vendor jar package name asm Low Vendor jar package name objectweb Highest Vendor jar package name objectweb Low Vendor jar package name tree Highest Vendor jar package name tree Low Vendor Manifest bundle-docurl http://asm.ow2.org Low Vendor Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Vendor Manifest bundle-symbolicname org.objectweb.asm.tree Medium Vendor Manifest module-requires org.objectweb.asm;transitive=true Low Product file name asm-tree High Product gradle artifactid asm-tree Highest Product jar package name asm Highest Product jar package name asm Low Product jar package name objectweb Highest Product jar package name tree Highest Product jar package name tree Low Product Manifest bundle-docurl http://asm.ow2.org Low Product Manifest Bundle-Name org.objectweb.asm.tree Medium Product Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Product Manifest bundle-symbolicname org.objectweb.asm.tree Medium Product Manifest Implementation-Title Tree API of ASM, a very small and fast Java bytecode manipulation framework High Product Manifest module-requires org.objectweb.asm;transitive=true Low Version file version 9.5 High Version Manifest Implementation-Version 9.5 High
aspectjweaver-1.9.21.jar assertj-core-3.24.2.jarDescription:
Rich and fluent assertions for testing in Java License:
"Apache License, Version 2.0";link="https://www.apache.org/licenses/LICENSE-2.0.txt" File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.assertj/assertj-core/3.24.2/ebbf338e33f893139459ce5df023115971c2786f/assertj-core-3.24.2.jar
MD5: b596a91049e6ce526bc5595c1bebea2c
SHA1: ebbf338e33f893139459ce5df023115971c2786f
SHA256: df3d0b348f1fe806bdddcb10fa4ae63c6679e9888d4bc7055f09848517976aa3
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-client:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-commons:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath assertj-core-3.24.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 Evidence Type Source Name Value Confidence Vendor file name assertj-core High Vendor gradle artifactid assertj-core Highest Vendor gradle groupid org.assertj Highest Vendor jar package name assertions Highest Vendor jar package name assertj Highest Vendor jar package name core Highest Vendor Manifest bundle-developers joel-costigliola;email="joel.costigliola at gmail.com";name="Joel Costigliola";roles="Owner,Developer",scordio;name="Stefano Cordio";roles=Developer,PascalSchumacher;name="Pascal Schumacher";roles=Developer,epeee;name="Erhard Pointl";roles=Developer,croesch;name="Christian Rösch";roles=Developer,VanRoy;name="Julien Roy";roles=Developer,regis1512;name="Régis Pouiller";roles=Developer,fbiville;name="Florent Biville";roles=Developer,Patouche;name="Patrick Allain";roles=Developer Low Vendor Manifest bundle-docurl https://assertj.github.io/doc/#assertj-core Low Vendor Manifest bundle-symbolicname assertj-core Medium Vendor Manifest multi-release true Low Vendor pom artifactid assertj-core Low Vendor pom groupid org.assertj Highest Vendor pom name AssertJ Core High Vendor pom parent-artifactid assertj-parent Low Vendor pom url # Highest Product file name assertj-core High Product gradle artifactid assertj-core Highest Product jar package name assertions Highest Product jar package name assertj Highest Product jar package name core Highest Product Manifest bundle-developers joel-costigliola;email="joel.costigliola at gmail.com";name="Joel Costigliola";roles="Owner,Developer",scordio;name="Stefano Cordio";roles=Developer,PascalSchumacher;name="Pascal Schumacher";roles=Developer,epeee;name="Erhard Pointl";roles=Developer,croesch;name="Christian Rösch";roles=Developer,VanRoy;name="Julien Roy";roles=Developer,regis1512;name="Régis Pouiller";roles=Developer,fbiville;name="Florent Biville";roles=Developer,Patouche;name="Patrick Allain";roles=Developer Low Product Manifest bundle-docurl https://assertj.github.io/doc/#assertj-core Low Product Manifest Bundle-Name AssertJ Core Medium Product Manifest bundle-symbolicname assertj-core Medium Product Manifest multi-release true Low Product pom artifactid assertj-core Highest Product pom groupid org.assertj Highest Product pom name AssertJ Core High Product pom parent-artifactid assertj-parent Medium Product pom url # Medium Version file version 3.24.2 High Version gradle version 3.24.2 Highest Version Manifest Bundle-Version 3.24.2 High Version pom version 3.24.2 Highest
attoparser-2.0.7.RELEASE.jarDescription:
Powerful, fast and easy to use HTML and XML parser for Java License:
https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.attoparser/attoparser/2.0.7.RELEASE/e5d0e988d9124139d645bb5872b24dfa23e283cc/attoparser-2.0.7.RELEASE.jar
MD5: fd09ceba7061e05460e74e0e1e64f233
SHA1: e5d0e988d9124139d645bb5872b24dfa23e283cc
SHA256: 75dd1c045492bff8e1963aabb28bfe903c2064e11e27fe2f0f0aff1ad3d84476
Referenced In Projects/Scopes: opencdx-admin:compileClasspath opencdx-communications:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-communications:compileClasspath attoparser-2.0.7.RELEASE.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.2.1 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.2.1 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.2.1 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 Evidence Type Source Name Value Confidence Vendor file name attoparser High Vendor gradle artifactid attoparser Highest Vendor gradle groupid org.attoparser Highest Vendor jar package name attoparser Highest Vendor jar package name attoparser Low Vendor Manifest automatic-module-name attoparser Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://www.attoparser.org Low Vendor Manifest bundle-symbolicname org.attoparser Medium Vendor Manifest implementation-url https://www.attoparser.org Low Vendor Manifest Implementation-Vendor The ATTOPARSER team High Vendor Manifest Implementation-Vendor-Id org.attoparser Medium Vendor Manifest specification-vendor The ATTOPARSER team Low Product file name attoparser High Product gradle artifactid attoparser Highest Product jar package name attoparser Highest Product Manifest automatic-module-name attoparser Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://www.attoparser.org Low Product Manifest Bundle-Name attoparser Medium Product Manifest bundle-symbolicname org.attoparser Medium Product Manifest Implementation-Title attoparser High Product Manifest implementation-url https://www.attoparser.org Low Product Manifest specification-title attoparser Medium Version file version 2.0.7.release High Version Manifest Implementation-Version 2.0.7.RELEASE High
auto-service-1.0.1-r3.jar (shaded: com.google.auto.service:auto-service-annotations:1.0.1)Description:
Provider-configuration files for ServiceLoader.
File Path: /Users/jeffmiller/.m2/repository/dev/ikm/jpms/auto-service/1.0.1-r3/auto-service-1.0.1-r3.jar/META-INF/maven/com.google.auto.service/auto-service-annotations/pom.xmlMD5: fc9973fa2769d6d345026b3044f86274SHA1: 32648769d404dad4bada776b2d4537d1e0e25c38SHA256: e9bbf1b3d66ca18004a6a07a20dbfa10ca2ce8367348f741de2fe8fefce68cc2Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath Evidence Type Source Name Value Confidence Vendor pom artifactid auto-service-annotations Low Vendor pom groupid com.google.auto.service Highest Vendor pom name AutoService High Vendor pom parent-artifactid auto-service-aggregator Low Vendor pom url google/auto/tree/master/service Highest Product pom artifactid auto-service-annotations Highest Product pom groupid com.google.auto.service Highest Product pom name AutoService High Product pom parent-artifactid auto-service-aggregator Medium Product pom url google/auto/tree/master/service High Version pom version 1.0.1 Highest
auto-service-1.0.1-r3.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/jpms/auto-service/1.0.1-r3/auto-service-1.0.1-r3.jarMD5: c2b2e877fea407ee880c6d6ec378bf46SHA1: 69880a256fc329fedec226f77db0823964fd0500SHA256: edefaf3a0d5c97f3a473fd425437a59f367223b06c67d18cd2e2d576ca8e88e0Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath auto-service-1.0.1-r3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name auto-service High Vendor gradle artifactid auto-service Highest Vendor gradle groupid dev.ikm.jpms Highest Vendor jar package name auto Highest Vendor jar package name service Highest Vendor Manifest build-jdk-spec 20 Low Vendor pom artifactid auto-service Low Vendor pom groupid dev.ikm.jpms Highest Vendor pom name Auto service High Vendor pom parent-artifactid java-parent Low Vendor pom parent-groupid dev.ikm.build Medium Product file name auto-service High Product gradle artifactid auto-service Highest Product jar package name auto Highest Product jar package name service Highest Product Manifest build-jdk-spec 20 Low Product pom artifactid auto-service Highest Product pom groupid dev.ikm.jpms Highest Product pom name Auto service High Product pom parent-artifactid java-parent Medium Product pom parent-groupid dev.ikm.build Medium Version pom version 0.4.0 Highest
awaitility-4.2.0.jar bcprov-jdk18on-1.74.jar bootstrap.min.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/bootstrap/dist/js/bootstrap.min.jsMD5: 5869c96cc8f19086aee625d670d741f9SHA1: 430a443d74830fe9be26efca431f448c1b3740f9SHA256: 53964478a7c634e8dad34ecc303dd8048d00dce4993906de1bacf67f663486efReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence Vendor file name bootstrap High Product file name bootstrap High Version file version 3.3.7 High
CVE-2016-10735 suppress
In Bootstrap 3.x before 3.4.0 and 4.x-beta before 4.0.0-beta.2, XSS is possible in the data-target attribute, a different vulnerability than CVE-2018-14041. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
Vulnerable Software & Versions (NVD):
cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:* versions from (including) 3.0.0; versions up to (excluding) 3.4.0 cpe:2.3:a:getbootstrap:bootstrap:4.0.0:beta:*:*:*:*:*:* CVE-2018-14041 suppress
In Bootstrap before 4.1.2, XSS is possible in the data-target property of scrollspy. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
Vulnerable Software & Versions (NVD):
cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:* versions from (including) 4.0.0; versions up to (excluding) 4.1.2 cpe:2.3:a:getbootstrap:bootstrap:4.0.0:alpha:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:alpha2:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:alpha3:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:alpha4:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:alpha5:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:alpha6:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:beta:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:beta2:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:beta3:*:*:*:*:*:* CVE-2018-14042 suppress
In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
Vulnerable Software & Versions (NVD):
cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:* versions up to (excluding) 3.4.0 cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:* versions from (including) 4.0.0; versions up to (excluding) 4.1.2 cpe:2.3:a:getbootstrap:bootstrap:4.0.0:alpha:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:alpha2:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:alpha3:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:alpha4:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:alpha5:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:alpha6:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:beta:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:beta2:*:*:*:*:*:* cpe:2.3:a:getbootstrap:bootstrap:4.0.0:beta3:*:*:*:*:*:* CVE-2018-20676 suppress
In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport attribute. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
Vulnerable Software & Versions (NVD):
cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:* versions up to (excluding) 3.4.0 CVE-2018-20677 suppress
In Bootstrap before 3.4.0, XSS is possible in the affix configuration target property. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
Vulnerable Software & Versions (NVD):
cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:* versions up to (excluding) 3.4.0 CVE-2019-8331 suppress
In Bootstrap before 3.4.1 and 4.3.x before 4.3.1, XSS is possible in the tooltip or popover data-template attribute. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
cve@mitre.org - ISSUE_TRACKING,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,VDB_ENTRY cve@mitre.org - THIRD_PARTY_ADVISORY,VDB_ENTRY cve@mitre.org - VENDOR_ADVISORY info - https://github.com/advisories/GHSA-9v3m-8fp8-mj99 info - https://github.com/twbs/bootstrap/issues/28236 Vulnerable Software & Versions (NVD):
cpe:2.3:a:f5:big-ip_access_policy_manager:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_access_policy_manager:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_access_policy_manager:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_access_policy_manager:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:f5:big-ip_advanced_firewall_manager:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_advanced_firewall_manager:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_advanced_firewall_manager:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_advanced_firewall_manager:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:f5:big-ip_analytics:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_analytics:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_analytics:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_analytics:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:f5:big-ip_application_acceleration_manager:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_application_acceleration_manager:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_application_acceleration_manager:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_application_acceleration_manager:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:f5:big-ip_application_security_manager:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_application_security_manager:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_application_security_manager:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_application_security_manager:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:f5:big-ip_domain_name_system:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_domain_name_system:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_domain_name_system:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_domain_name_system:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:f5:big-ip_edge_gateway:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_edge_gateway:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_edge_gateway:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_edge_gateway:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:f5:big-ip_fraud_protection_service:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_fraud_protection_service:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_fraud_protection_service:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_fraud_protection_service:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:f5:big-ip_global_traffic_manager:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_global_traffic_manager:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_global_traffic_manager:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_global_traffic_manager:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:f5:big-ip_link_controller:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_link_controller:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_link_controller:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_link_controller:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:f5:big-ip_local_traffic_manager:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_local_traffic_manager:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_local_traffic_manager:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_local_traffic_manager:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:f5:big-ip_policy_enforcement_manager:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_policy_enforcement_manager:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_policy_enforcement_manager:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_policy_enforcement_manager:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:f5:big-ip_webaccelerator:*:*:*:*:*:*:*:* versions from (including) 12.1.0; versions up to (excluding) 12.1.5.1 cpe:2.3:a:f5:big-ip_webaccelerator:*:*:*:*:*:*:*:* versions from (including) 13.0.0; versions up to (excluding) 13.1.3.4 cpe:2.3:a:f5:big-ip_webaccelerator:*:*:*:*:*:*:*:* versions from (including) 14.0.0; versions up to (excluding) 14.1.2.5 cpe:2.3:a:f5:big-ip_webaccelerator:*:*:*:*:*:*:*:* versions from (including) 15.0.0; versions up to (excluding) 15.1.0 cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:* versions up to (excluding) 3.4.1 cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:* versions from (including) 4.3.0; versions up to (excluding) 4.3.1 cpe:2.3:a:redhat:virtualization_manager:4.3:*:*:*:*:*:*:* cpe:2.3:a:tenable:tenable.sc:*:*:*:*:*:*:*:* versions up to (excluding) 5.19.0 Bootstrap before 4.0.0 is end-of-life and no longer maintained. (RETIREJS) suppress
Bootstrap before 4.0.0 is end-of-life and no longer maintained. Unscored:
References:
brave-5.16.0.jar brave-context-slf4j-5.16.0.jar brave-instrumentation-http-5.16.0.jar brave-propagation-aws-0.23.5.jar bson-4.11.1.jar bson-record-codec-4.11.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.mongodb/bson-record-codec/4.11.1/d7c145266733ead62fa55883b83840931f6eefe5/bson-record-codec-4.11.1.jarMD5: 687032b466e27b1723235f977a337be2SHA1: d7c145266733ead62fa55883b83840931f6eefe5SHA256: aec28ce1ee0c7b3c599f1965a940093543710e4a36e7df6e7889e1e796a06192Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath bson-record-codec-4.11.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/net.javacrumbs.shedlock/shedlock-provider-mongo@5.8.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/net.javacrumbs.shedlock/shedlock-provider-mongo@5.8.0 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-data-mongodb@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name bson-record-codec High Vendor gradle artifactid bson-record-codec Highest Vendor gradle groupid org.mongodb Highest Vendor jar package name bson Highest Vendor jar package name bson Low Vendor jar package name codecs Low Vendor jar package name record Highest Vendor jar package name record Low Vendor Manifest automatic-module-name org.mongodb.bson.record.codec Medium Vendor Manifest bundle-symbolicname org.mongodb.bson-record-codec Medium Product file name bson-record-codec High Product gradle artifactid bson-record-codec Highest Product jar package name bson Highest Product jar package name codecs Low Product jar package name record Highest Product jar package name record Low Product Manifest automatic-module-name org.mongodb.bson.record.codec Medium Product Manifest Bundle-Name bson-record-codec Medium Product Manifest bundle-symbolicname org.mongodb.bson-record-codec Medium Version file name bson-record-codec Medium Version file version 4.11.1 High Version gradle version 4.11.1 Highest Version Manifest build-version 4.11.1 Medium Version Manifest Bundle-Version 4.11.1 High
byte-buddy-1.14.10.jar byte-buddy-agent-1.14.10.jar caffeine-3.1.8.jarDescription:
A high performance caching library License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.github.ben-manes.caffeine/caffeine/3.1.8/24795585df8afaf70a2cd534786904ea5889c047/caffeine-3.1.8.jar
MD5: b19301179903e8781776397d9923f7c8
SHA1: 24795585df8afaf70a2cd534786904ea5889c047
SHA256: 7dd15f9df1be238ffaa367ce6f556737a88031de4294dad18eef57c474ddf1d3
Referenced In Projects/Scopes: opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath caffeine-3.1.8.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name caffeine High Vendor gradle artifactid caffeine Highest Vendor gradle groupid com.github.ben-manes.caffeine Highest Vendor jar package name benmanes Highest Vendor jar package name benmanes Low Vendor jar package name caffeine Highest Vendor jar package name caffeine Low Vendor jar package name github Highest Vendor jar package name github Low Vendor Manifest automatic-module-name com.github.benmanes.caffeine Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-symbolicname com.github.ben-manes.caffeine Medium Product file name caffeine High Product gradle artifactid caffeine Highest Product jar package name benmanes Highest Product jar package name benmanes Low Product jar package name cache Low Product jar package name caffeine Highest Product jar package name caffeine Low Product jar package name github Highest Product Manifest automatic-module-name com.github.benmanes.caffeine Medium Product Manifest build-jdk-spec 11 Low Product Manifest Bundle-Name com.github.ben-manes.caffeine Medium Product Manifest bundle-symbolicname com.github.ben-manes.caffeine Medium Product Manifest Implementation-Title A high performance caching library High Version file version 3.1.8 High Version Manifest Implementation-Version 3.1.8 High
checker-qual-3.33.0.jar checker-qual-3.34.0.jarLicense:
MIT File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.checkerframework/checker-qual/3.34.0/fd620da2920cdb0bfcbcde20e309f75940198ccf/checker-qual-3.34.0.jar
MD5: 8e9c6363624cffa5b6f3324d9155f05b
SHA1: fd620da2920cdb0bfcbcde20e309f75940198ccf
SHA256: 5dd03e83e375bd7a16a5e7ed6aa6128d058639d314ed25daeb7ab74e596326dd
Referenced In Projects/Scopes: opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 checker-qual-3.34.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name checker-qual High Vendor gradle artifactid checker-qual Highest Vendor gradle groupid org.checkerframework Highest Vendor jar package name checker Highest Vendor jar package name checker Low Vendor jar package name checkerframework Highest Vendor jar package name checkerframework Low Vendor jar package name qual Highest Vendor Manifest automatic-module-name org.checkerframework.checker.qual Medium Vendor Manifest bundle-symbolicname checker-qual Medium Vendor Manifest implementation-url https://checkerframework.org Low Product file name checker-qual High Product gradle artifactid checker-qual Highest Product jar package name checker Highest Product jar package name checker Low Product jar package name checkerframework Highest Product jar package name qual Highest Product jar package name qual Low Product Manifest automatic-module-name org.checkerframework.checker.qual Medium Product Manifest Bundle-Name checker-qual Medium Product Manifest bundle-symbolicname checker-qual Medium Product Manifest implementation-url https://checkerframework.org Low Version file version 3.34.0 High Version Manifest Implementation-Version 3.34.0 High
checker-qual-3.37.0.jarLicense:
MIT File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.checkerframework/checker-qual/3.37.0/ba74746d38026581c12166e164bb3c15e90cc4ea/checker-qual-3.37.0.jar
MD5: 1ff1eed173ff9d6f208d0a5be8f5623d
SHA1: ba74746d38026581c12166e164bb3c15e90cc4ea
SHA256: e4ce1376cc2735e1dde220b62ad0913f51297704daad155a33f386bc5db0d9f7
Referenced In Projects/Scopes: opencdx-connected-test:spotless865458226 opencdx-questionnaire:spotless865458226 opencdx-commons:spotless865458226 opencdx-predictor:spotless865458226 opencdx-proto:spotless865458226 opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:spotless865458226 opencdx-protector:spotless865458226 opencdx-tinkar:runtimeClasspath opencdx-gateway:spotless865458226 opencdx-config:spotless865458226 opencdx-classification:spotless865458226 opencdx-communications:spotless865458226 opencdx-discovery:spotless865458226 opencdx-routine:spotless865458226 OpenCDX:spotless865458226 opencdx-admin:spotless865458226 opencdx-anf:spotless865458226 opencdx-helloworld:spotless865458226 opencdx-iam:spotless865458226 opencdx-tinkar:compileClasspath opencdx-media:spotless865458226 opencdx-client:spotless865458226 opencdx-audit:spotless865458226 checker-qual-3.37.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 Evidence Type Source Name Value Confidence Vendor file name checker-qual High Vendor gradle artifactid checker-qual Highest Vendor gradle groupid org.checkerframework Highest Vendor jar package name checker Highest Vendor jar package name checker Low Vendor jar package name checkerframework Highest Vendor jar package name checkerframework Low Vendor jar package name qual Highest Vendor Manifest automatic-module-name org.checkerframework.checker.qual Medium Vendor Manifest bundle-symbolicname checker-qual Medium Vendor Manifest implementation-url https://checkerframework.org Low Product file name checker-qual High Product gradle artifactid checker-qual Highest Product jar package name checker Highest Product jar package name checker Low Product jar package name checkerframework Highest Product jar package name qual Highest Product jar package name qual Low Product Manifest automatic-module-name org.checkerframework.checker.qual Medium Product Manifest Bundle-Name checker-qual Medium Product Manifest bundle-symbolicname checker-qual Medium Product Manifest implementation-url https://checkerframework.org Low Version file version 3.37.0 High Version Manifest Implementation-Version 3.37.0 High
classmate-1.6.0.jar code-cleaners-2.16.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.solven-eu.cleanthat/code-cleaners/2.16/e3cd56195cd503b6a51b3a456800e3e47176569/code-cleaners-2.16.jarMD5: 1d5e9db5def36ae8950f3d6f266ceed6SHA1: 0e3cd56195cd503b6a51b3a456800e3e47176569SHA256: 3307fb959efd235fcc14a7c1c69f8d12cda597b6c786f334b401d9cf09de545eReferenced In Projects/Scopes:
opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 code-cleaners-2.16.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name code-cleaners High Vendor gradle artifactid code-cleaners Highest Vendor gradle groupid io.github.solven-eu.cleanthat Highest Vendor jar package name cleanthat Highest Vendor jar package name eu Highest Vendor jar package name solven Highest Vendor Manifest build-jdk-spec 17 Low Vendor pom artifactid code-cleaners Low Vendor pom groupid io.github.solven-eu.cleanthat Highest Vendor pom parent-artifactid aggregator-cleanthat Low Product file name code-cleaners High Product gradle artifactid code-cleaners Highest Product jar package name cleanthat Highest Product jar package name eu Highest Product jar package name solven Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title code-cleaners High Product pom artifactid code-cleaners Highest Product pom groupid io.github.solven-eu.cleanthat Highest Product pom parent-artifactid aggregator-cleanthat Medium Version file version 2.16 High Version gradle version 2.16 Highest Version Manifest Implementation-Version 2.16 High Version pom version 2.16 Highest
code-providers-2.16.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.solven-eu.cleanthat/code-providers/2.16/ac5c720e99a1cbc776d3a9cab921d2364146f707/code-providers-2.16.jarMD5: de8983f7b92bfc58455a629a400a572fSHA1: ac5c720e99a1cbc776d3a9cab921d2364146f707SHA256: cf55a05f1457a3c59f2ca9d92c289ff1d357ed763d9af0420000b306296b607bReferenced In Projects/Scopes:
opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 code-providers-2.16.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name code-providers High Vendor gradle artifactid code-providers Highest Vendor gradle groupid io.github.solven-eu.cleanthat Highest Vendor jar package name cleanthat Highest Vendor jar package name eu Highest Vendor jar package name solven Highest Vendor Manifest build-jdk-spec 17 Low Vendor pom artifactid code-providers Low Vendor pom groupid io.github.solven-eu.cleanthat Highest Vendor pom parent-artifactid aggregator-cleanthat Low Product file name code-providers High Product gradle artifactid code-providers Highest Product jar package name cleanthat Highest Product jar package name eu Highest Product jar package name solven Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title code-providers High Product pom artifactid code-providers Highest Product pom groupid io.github.solven-eu.cleanthat Highest Product pom parent-artifactid aggregator-cleanthat Medium Version file version 2.16 High Version gradle version 2.16 Highest Version Manifest Implementation-Version 2.16 High Version pom version 2.16 Highest
collection-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/collection/1.22.0/collection-1.22.0.jarMD5: da9c8d3ea7764972fa818aec9fcc97e7SHA1: a8a03685dfb75a5d152e7c615a6c0969e4040f9cSHA256: eb91fd3e7ab681c81b7655670f3b6ac3d301cf37d38b07a8be86429232acb5efReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath collection-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name collection High Vendor gradle artifactid collection Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name collection Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.collection Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid collection Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Collections High Vendor pom parent-artifactid tinkar-core Low Product file name collection High Product gradle artifactid collection Highest Product jar package name collection Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.collection Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid collection Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Collections High Product pom parent-artifactid tinkar-core Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
common-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/common/1.22.0/common-1.22.0.jarMD5: fff5cb179d4e1eff013ac545647ee304SHA1: 95748c6f38c172b41e35cfe8c7d3fb22f90b143fSHA256: 7e920ed62b2fa5d403629934a166511225b76d4b686c983c6efa1461b4c005d7Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath common-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name common High Vendor gradle artifactid common Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name common Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.common Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid common Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Common High Vendor pom parent-artifactid tinkar-core Low Product file name common High Product gradle artifactid common Highest Product jar package name common Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.common Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid common Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Common High Product pom parent-artifactid tinkar-core Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
commons-codec-1.16.0.jar commons-configuration-1.10.jarDescription:
Tools to assist in the reading of configuration/preferences files in various formats. License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/commons-configuration/commons-configuration/1.10/2b36e4adfb66d966c5aef2d73deb6be716389dc9/commons-configuration-1.10.jar
MD5: b16511ce540fefd53981245f5f21c5f8
SHA1: 2b36e4adfb66d966c5aef2d73deb6be716389dc9
SHA256: 95d4e6711e88ce78992c82c25bc03c8df9ecf5a357f0de0bec72a26db3399374
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath commons-configuration-1.10.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name commons-configuration High Vendor gradle artifactid commons-configuration Highest Vendor gradle groupid commons-configuration Highest Vendor jar package name apache Highest Vendor jar package name commons Highest Vendor jar package name configuration Highest Vendor Manifest bundle-docurl http://commons.apache.org/configuration/ Low Vendor Manifest bundle-symbolicname org.apache.commons.configuration Medium Vendor Manifest implementation-build tags/CONFIGURATION_1_10RC2@r1535308; 2013-10-24 01:20:22-0700 Low Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest Implementation-Vendor-Id org.apache Medium Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid commons-configuration Low Vendor pom developer email bdunbar@dunbarconsulting.org Low Vendor pom developer email dion@multitask.com.au Low Vendor pom developer email dlr@finemaltcoding.com Low Vendor pom developer email ebourg@apache.org Low Vendor pom developer email epugh@upstate.com Low Vendor pom developer email henning@schmiedehausen.org Low Vendor pom developer email jason@zenplex.com Low Vendor pom developer email joerg.schaible@gmx.de Low Vendor pom developer email mpoeschl@marmot.at Low Vendor pom developer email oheger@apache.org Low Vendor pom developer email rgoers@apache.org Low Vendor pom developer id bdunbar Medium Vendor pom developer id dion Medium Vendor pom developer id dlr Medium Vendor pom developer id ebourg Medium Vendor pom developer id epugh Medium Vendor pom developer id henning Medium Vendor pom developer id joehni Medium Vendor pom developer id jvanzyl Medium Vendor pom developer id mpoeschl Medium Vendor pom developer id oheger Medium Vendor pom developer id rgoers Medium Vendor pom developer name Brian E. Dunbar Medium Vendor pom developer name Daniel Rall Medium Vendor pom developer name dIon Gillard Medium Vendor pom developer name Emmanuel Bourg Medium Vendor pom developer name Eric Pugh Medium Vendor pom developer name Henning P. Schmiedehausen Medium Vendor pom developer name Jason van Zyl Medium Vendor pom developer name Jörg Schaible Medium Vendor pom developer name Martin Poeschl Medium Vendor pom developer name Oliver Heger Medium Vendor pom developer name Ralph Goers Medium Vendor pom developer org Agfa HealthCare Medium Vendor pom developer org Ariane Software Medium Vendor pom developer org CollabNet, Inc. Medium Vendor pom developer org dunbarconsulting.org Medium Vendor pom developer org Intuit Medium Vendor pom developer org Multitask Consulting Medium Vendor pom developer org tucana.at Medium Vendor pom developer org upstate.com Medium Vendor pom developer org Zenplex Medium Vendor pom groupid commons-configuration Highest Vendor pom name Apache Commons Configuration High Vendor pom parent-artifactid commons-parent Low Vendor pom parent-groupid org.apache.commons Medium Vendor pom url http://commons.apache.org/configuration/ Highest Product file name commons-configuration High Product gradle artifactid commons-configuration Highest Product jar package name apache Highest Product jar package name commons Highest Product jar package name configuration Highest Product Manifest bundle-docurl http://commons.apache.org/configuration/ Low Product Manifest Bundle-Name Apache Commons Configuration Medium Product Manifest bundle-symbolicname org.apache.commons.configuration Medium Product Manifest implementation-build tags/CONFIGURATION_1_10RC2@r1535308; 2013-10-24 01:20:22-0700 Low Product Manifest Implementation-Title Apache Commons Configuration High Product Manifest specification-title Apache Commons Configuration Medium Product pom artifactid commons-configuration Highest Product pom developer email bdunbar@dunbarconsulting.org Low Product pom developer email dion@multitask.com.au Low Product pom developer email dlr@finemaltcoding.com Low Product pom developer email ebourg@apache.org Low Product pom developer email epugh@upstate.com Low Product pom developer email henning@schmiedehausen.org Low Product pom developer email jason@zenplex.com Low Product pom developer email joerg.schaible@gmx.de Low Product pom developer email mpoeschl@marmot.at Low Product pom developer email oheger@apache.org Low Product pom developer email rgoers@apache.org Low Product pom developer id bdunbar Low Product pom developer id dion Low Product pom developer id dlr Low Product pom developer id ebourg Low Product pom developer id epugh Low Product pom developer id henning Low Product pom developer id joehni Low Product pom developer id jvanzyl Low Product pom developer id mpoeschl Low Product pom developer id oheger Low Product pom developer id rgoers Low Product pom developer name Brian E. Dunbar Low Product pom developer name Daniel Rall Low Product pom developer name dIon Gillard Low Product pom developer name Emmanuel Bourg Low Product pom developer name Eric Pugh Low Product pom developer name Henning P. Schmiedehausen Low Product pom developer name Jason van Zyl Low Product pom developer name Jörg Schaible Low Product pom developer name Martin Poeschl Low Product pom developer name Oliver Heger Low Product pom developer name Ralph Goers Low Product pom developer org Agfa HealthCare Low Product pom developer org Ariane Software Low Product pom developer org CollabNet, Inc. Low Product pom developer org dunbarconsulting.org Low Product pom developer org Intuit Low Product pom developer org Multitask Consulting Low Product pom developer org tucana.at Low Product pom developer org upstate.com Low Product pom developer org Zenplex Low Product pom groupid commons-configuration Highest Product pom name Apache Commons Configuration High Product pom parent-artifactid commons-parent Medium Product pom parent-groupid org.apache.commons Medium Product pom url http://commons.apache.org/configuration/ Medium Version file version 1.10 High Version gradle version 1.10 Highest Version Manifest Implementation-Version 1.10 High Version pom parent-version 1.10 Low Version pom version 1.10 Highest
commons-fileupload-1.5.jarDescription:
The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart
file upload functionality to servlets and web applications.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/commons-fileupload/commons-fileupload/1.5/ad4ad2ab2961b4e1891472bd1a33fabefb0385f3/commons-fileupload-1.5.jar
MD5: e57ac8a1a6412886a133a2fa08b89735
SHA1: ad4ad2ab2961b4e1891472bd1a33fabefb0385f3
SHA256: 51f7b3dcb4e50c7662994da2f47231519ff99707a5c7fb7b05f4c4d3a1728c14
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath commons-fileupload-1.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 Evidence Type Source Name Value Confidence Vendor file name commons-fileupload High Vendor gradle artifactid commons-fileupload Highest Vendor gradle groupid commons-fileupload Highest Vendor jar package name apache Highest Vendor jar package name commons Highest Vendor jar package name fileupload Highest Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-fileupload/ Low Vendor Manifest bundle-symbolicname org.apache.commons.commons-fileupload Medium Vendor Manifest implementation-build UNKNOWN@r${buildNumber}; 2023-02-01 12:39:33+0000 Low Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest Implementation-Vendor-Id org.apache Medium Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid commons-fileupload Low Vendor pom developer email chtompki@apache.org Low Vendor pom developer email dion@apache.org Low Vendor pom developer email dlr@finemaltcoding.com Low Vendor pom developer email ggregory@apache.org Low Vendor pom developer email jason@zenplex.com Low Vendor pom developer email jmcnally@collab.net Low Vendor pom developer email jochen.wiedmann@gmail.com Low Vendor pom developer email martinc@apache.org Low Vendor pom developer email rdonkin@apache.org Low Vendor pom developer email sean |at| seansullivan |dot| com Low Vendor pom developer email simonetripodi@apache.org Low Vendor pom developer id chtompki Medium Vendor pom developer id dion Medium Vendor pom developer id dlr Medium Vendor pom developer id ggregory Medium Vendor pom developer id jmcnally Medium Vendor pom developer id jochen Medium Vendor pom developer id jvanzyl Medium Vendor pom developer id martinc Medium Vendor pom developer id rdonkin Medium Vendor pom developer id simonetripodi Medium Vendor pom developer id sullis Medium Vendor pom developer name Daniel Rall Medium Vendor pom developer name dIon Gillard Medium Vendor pom developer name Gary Gregory Medium Vendor pom developer name Jason van Zyl Medium Vendor pom developer name Jochen Wiedmann Medium Vendor pom developer name John McNally Medium Vendor pom developer name Martin Cooper Medium Vendor pom developer name Rob Tompkins Medium Vendor pom developer name Robert Burrell Donkin Medium Vendor pom developer name Sean C. Sullivan Medium Vendor pom developer name Simone Tripodi Medium Vendor pom developer org Adobe Medium Vendor pom developer org CollabNet Medium Vendor pom developer org Multitask Consulting Medium Vendor pom developer org Yahoo! Medium Vendor pom developer org Zenplex Medium Vendor pom groupid commons-fileupload Highest Vendor pom name Apache Commons FileUpload High Vendor pom parent-artifactid commons-parent Low Vendor pom parent-groupid org.apache.commons Medium Vendor pom url https://commons.apache.org/proper/commons-fileupload/ Highest Product file name commons-fileupload High Product gradle artifactid commons-fileupload Highest Product jar package name apache Highest Product jar package name commons Highest Product jar package name fileupload Highest Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://commons.apache.org/proper/commons-fileupload/ Low Product Manifest Bundle-Name Apache Commons FileUpload Medium Product Manifest bundle-symbolicname org.apache.commons.commons-fileupload Medium Product Manifest implementation-build UNKNOWN@r${buildNumber}; 2023-02-01 12:39:33+0000 Low Product Manifest Implementation-Title Apache Commons FileUpload High Product Manifest specification-title Apache Commons FileUpload Medium Product pom artifactid commons-fileupload Highest Product pom developer email chtompki@apache.org Low Product pom developer email dion@apache.org Low Product pom developer email dlr@finemaltcoding.com Low Product pom developer email ggregory@apache.org Low Product pom developer email jason@zenplex.com Low Product pom developer email jmcnally@collab.net Low Product pom developer email jochen.wiedmann@gmail.com Low Product pom developer email martinc@apache.org Low Product pom developer email rdonkin@apache.org Low Product pom developer email sean |at| seansullivan |dot| com Low Product pom developer email simonetripodi@apache.org Low Product pom developer id chtompki Low Product pom developer id dion Low Product pom developer id dlr Low Product pom developer id ggregory Low Product pom developer id jmcnally Low Product pom developer id jochen Low Product pom developer id jvanzyl Low Product pom developer id martinc Low Product pom developer id rdonkin Low Product pom developer id simonetripodi Low Product pom developer id sullis Low Product pom developer name Daniel Rall Low Product pom developer name dIon Gillard Low Product pom developer name Gary Gregory Low Product pom developer name Jason van Zyl Low Product pom developer name Jochen Wiedmann Low Product pom developer name John McNally Low Product pom developer name Martin Cooper Low Product pom developer name Rob Tompkins Low Product pom developer name Robert Burrell Donkin Low Product pom developer name Sean C. Sullivan Low Product pom developer name Simone Tripodi Low Product pom developer org Adobe Low Product pom developer org CollabNet Low Product pom developer org Multitask Consulting Low Product pom developer org Yahoo! Low Product pom developer org Zenplex Low Product pom groupid commons-fileupload Highest Product pom name Apache Commons FileUpload High Product pom parent-artifactid commons-parent Medium Product pom parent-groupid org.apache.commons Medium Product pom url https://commons.apache.org/proper/commons-fileupload/ Medium Version file version 1.5 High Version gradle version 1.5 Highest Version Manifest Implementation-Version 1.5 High Version pom parent-version 1.5 Low Version pom version 1.5 Highest
commons-io-2.11.0.jarDescription:
The Apache Commons IO library contains utility classes, stream implementations, file filters,
file comparators, endian transformation classes, and much more.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.11.0/a2503f302b11ebde7ebc3df41daebe0e4eea3689/commons-io-2.11.0.jar
MD5: 3b4b7ccfaeceeac240b804839ee1a1ca
SHA1: a2503f302b11ebde7ebc3df41daebe0e4eea3689
SHA256: 961b2f6d87dbacc5d54abf45ab7a6e2495f89b75598962d8c723cea9bc210908
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath commons-io-2.11.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 Evidence Type Source Name Value Confidence Vendor file name commons-io High Vendor gradle artifactid commons-io Highest Vendor gradle groupid commons-io Highest Vendor jar package name apache Highest Vendor jar package name commons Highest Vendor jar package name file Highest Vendor jar package name io Highest Vendor Manifest automatic-module-name org.apache.commons.io Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-io/ Low Vendor Manifest bundle-symbolicname org.apache.commons.commons-io Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid commons-io Low Vendor pom developer email bayard@apache.org Low Vendor pom developer email dion@apache.org Low Vendor pom developer email ggregory at apache.org Low Vendor pom developer email jeremias@apache.org Low Vendor pom developer email jochen.wiedmann@gmail.com Low Vendor pom developer email krosenvold@apache.org Low Vendor pom developer email martinc@apache.org Low Vendor pom developer email matth@apache.org Low Vendor pom developer email nicolaken@apache.org Low Vendor pom developer email roxspring@apache.org Low Vendor pom developer email sanders@apache.org Low Vendor pom developer id bayard Medium Vendor pom developer id dion Medium Vendor pom developer id ggregory Medium Vendor pom developer id jeremias Medium Vendor pom developer id jochen Medium Vendor pom developer id jukka Medium Vendor pom developer id krosenvold Medium Vendor pom developer id martinc Medium Vendor pom developer id matth Medium Vendor pom developer id niallp Medium Vendor pom developer id nicolaken Medium Vendor pom developer id roxspring Medium Vendor pom developer id sanders Medium Vendor pom developer id scolebourne Medium Vendor pom developer name dIon Gillard Medium Vendor pom developer name Gary Gregory Medium Vendor pom developer name Henri Yandell Medium Vendor pom developer name Jeremias Maerki Medium Vendor pom developer name Jochen Wiedmann Medium Vendor pom developer name Jukka Zitting Medium Vendor pom developer name Kristian Rosenvold Medium Vendor pom developer name Martin Cooper Medium Vendor pom developer name Matthew Hawthorne Medium Vendor pom developer name Niall Pemberton Medium Vendor pom developer name Nicola Ken Barozzi Medium Vendor pom developer name Rob Oxspring Medium Vendor pom developer name Scott Sanders Medium Vendor pom developer name Stephen Colebourne Medium Vendor pom developer org The Apache Software Foundation Medium Vendor pom developer org URL https://www.apache.org/ Medium Vendor pom groupid commons-io Highest Vendor pom name Apache Commons IO High Vendor pom parent-artifactid commons-parent Low Vendor pom parent-groupid org.apache.commons Medium Vendor pom url https://commons.apache.org/proper/commons-io/ Highest Product file name commons-io High Product gradle artifactid commons-io Highest Product jar package name apache Highest Product jar package name commons Highest Product jar package name file Highest Product jar package name io Highest Product Manifest automatic-module-name org.apache.commons.io Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://commons.apache.org/proper/commons-io/ Low Product Manifest Bundle-Name Apache Commons IO Medium Product Manifest bundle-symbolicname org.apache.commons.commons-io Medium Product Manifest Implementation-Title Apache Commons IO High Product Manifest specification-title Apache Commons IO Medium Product pom artifactid commons-io Highest Product pom developer email bayard@apache.org Low Product pom developer email dion@apache.org Low Product pom developer email ggregory at apache.org Low Product pom developer email jeremias@apache.org Low Product pom developer email jochen.wiedmann@gmail.com Low Product pom developer email krosenvold@apache.org Low Product pom developer email martinc@apache.org Low Product pom developer email matth@apache.org Low Product pom developer email nicolaken@apache.org Low Product pom developer email roxspring@apache.org Low Product pom developer email sanders@apache.org Low Product pom developer id bayard Low Product pom developer id dion Low Product pom developer id ggregory Low Product pom developer id jeremias Low Product pom developer id jochen Low Product pom developer id jukka Low Product pom developer id krosenvold Low Product pom developer id martinc Low Product pom developer id matth Low Product pom developer id niallp Low Product pom developer id nicolaken Low Product pom developer id roxspring Low Product pom developer id sanders Low Product pom developer id scolebourne Low Product pom developer name dIon Gillard Low Product pom developer name Gary Gregory Low Product pom developer name Henri Yandell Low Product pom developer name Jeremias Maerki Low Product pom developer name Jochen Wiedmann Low Product pom developer name Jukka Zitting Low Product pom developer name Kristian Rosenvold Low Product pom developer name Martin Cooper Low Product pom developer name Matthew Hawthorne Low Product pom developer name Niall Pemberton Low Product pom developer name Nicola Ken Barozzi Low Product pom developer name Rob Oxspring Low Product pom developer name Scott Sanders Low Product pom developer name Stephen Colebourne Low Product pom developer org The Apache Software Foundation Low Product pom developer org URL https://www.apache.org/ Low Product pom groupid commons-io Highest Product pom name Apache Commons IO High Product pom parent-artifactid commons-parent Medium Product pom parent-groupid org.apache.commons Medium Product pom url https://commons.apache.org/proper/commons-io/ Medium Version file version 2.11.0 High Version gradle version 2.11.0 Highest Version Manifest Bundle-Version 2.11.0 High Version Manifest Implementation-Version 2.11.0 High Version pom parent-version 2.11.0 Low Version pom version 2.11.0 Highest
commons-io-2.14.0.jarDescription:
The Apache Commons IO library contains utility classes, stream implementations, file filters,
file comparators, endian transformation classes, and much more.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.14.0/a4c6e1f6c196339473cd2e1b037f0eb97c62755b/commons-io-2.14.0.jar
MD5: 4259c0bc6078e53a09883b521c1d53af
SHA1: a4c6e1f6c196339473cd2e1b037f0eb97c62755b
SHA256: e35d1df7232568ed4b81d9a9ed94a0159b3ff6cf1915cc21eef5cb55d7b157a2
Referenced In Projects/Scopes: opencdx-classification:runtimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-classification:compileClasspath commons-io-2.14.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.apache.tika/tika-core@2.9.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.apache.tika/tika-core@2.9.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.apache.tika/tika-core@2.9.1 Evidence Type Source Name Value Confidence Vendor file name commons-io High Vendor gradle artifactid commons-io Highest Vendor gradle groupid commons-io Highest Vendor jar package name apache Highest Vendor jar package name commons Highest Vendor jar package name file Highest Vendor jar package name io Highest Vendor Manifest automatic-module-name org.apache.commons.io Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-io/ Low Vendor Manifest bundle-symbolicname org.apache.commons.commons-io Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest multi-release true Low Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid commons-io Low Vendor pom developer email bayard@apache.org Low Vendor pom developer email dion@apache.org Low Vendor pom developer email ggregory at apache.org Low Vendor pom developer email jeremias@apache.org Low Vendor pom developer email jochen.wiedmann@gmail.com Low Vendor pom developer email krosenvold@apache.org Low Vendor pom developer email martinc@apache.org Low Vendor pom developer email matth@apache.org Low Vendor pom developer email nicolaken@apache.org Low Vendor pom developer email roxspring@apache.org Low Vendor pom developer email sanders@apache.org Low Vendor pom developer id bayard Medium Vendor pom developer id dion Medium Vendor pom developer id ggregory Medium Vendor pom developer id jeremias Medium Vendor pom developer id jochen Medium Vendor pom developer id jukka Medium Vendor pom developer id krosenvold Medium Vendor pom developer id martinc Medium Vendor pom developer id matth Medium Vendor pom developer id niallp Medium Vendor pom developer id nicolaken Medium Vendor pom developer id roxspring Medium Vendor pom developer id sanders Medium Vendor pom developer id scolebourne Medium Vendor pom developer name dIon Gillard Medium Vendor pom developer name Gary Gregory Medium Vendor pom developer name Henri Yandell Medium Vendor pom developer name Jeremias Maerki Medium Vendor pom developer name Jochen Wiedmann Medium Vendor pom developer name Jukka Zitting Medium Vendor pom developer name Kristian Rosenvold Medium Vendor pom developer name Martin Cooper Medium Vendor pom developer name Matthew Hawthorne Medium Vendor pom developer name Niall Pemberton Medium Vendor pom developer name Nicola Ken Barozzi Medium Vendor pom developer name Rob Oxspring Medium Vendor pom developer name Scott Sanders Medium Vendor pom developer name Stephen Colebourne Medium Vendor pom developer org The Apache Software Foundation Medium Vendor pom developer org URL https://www.apache.org/ Medium Vendor pom groupid commons-io Highest Vendor pom name Apache Commons IO High Vendor pom parent-artifactid commons-parent Low Vendor pom parent-groupid org.apache.commons Medium Vendor pom url https://commons.apache.org/proper/commons-io/ Highest Product file name commons-io High Product gradle artifactid commons-io Highest Product jar package name apache Highest Product jar package name commons Highest Product jar package name file Highest Product jar package name io Highest Product Manifest automatic-module-name org.apache.commons.io Medium Product Manifest build-jdk-spec 17 Low Product Manifest bundle-docurl https://commons.apache.org/proper/commons-io/ Low Product Manifest Bundle-Name Apache Commons IO Medium Product Manifest bundle-symbolicname org.apache.commons.commons-io Medium Product Manifest Implementation-Title Apache Commons IO High Product Manifest multi-release true Low Product Manifest specification-title Apache Commons IO Medium Product pom artifactid commons-io Highest Product pom developer email bayard@apache.org Low Product pom developer email dion@apache.org Low Product pom developer email ggregory at apache.org Low Product pom developer email jeremias@apache.org Low Product pom developer email jochen.wiedmann@gmail.com Low Product pom developer email krosenvold@apache.org Low Product pom developer email martinc@apache.org Low Product pom developer email matth@apache.org Low Product pom developer email nicolaken@apache.org Low Product pom developer email roxspring@apache.org Low Product pom developer email sanders@apache.org Low Product pom developer id bayard Low Product pom developer id dion Low Product pom developer id ggregory Low Product pom developer id jeremias Low Product pom developer id jochen Low Product pom developer id jukka Low Product pom developer id krosenvold Low Product pom developer id martinc Low Product pom developer id matth Low Product pom developer id niallp Low Product pom developer id nicolaken Low Product pom developer id roxspring Low Product pom developer id sanders Low Product pom developer id scolebourne Low Product pom developer name dIon Gillard Low Product pom developer name Gary Gregory Low Product pom developer name Henri Yandell Low Product pom developer name Jeremias Maerki Low Product pom developer name Jochen Wiedmann Low Product pom developer name Jukka Zitting Low Product pom developer name Kristian Rosenvold Low Product pom developer name Martin Cooper Low Product pom developer name Matthew Hawthorne Low Product pom developer name Niall Pemberton Low Product pom developer name Nicola Ken Barozzi Low Product pom developer name Rob Oxspring Low Product pom developer name Scott Sanders Low Product pom developer name Stephen Colebourne Low Product pom developer org The Apache Software Foundation Low Product pom developer org URL https://www.apache.org/ Low Product pom groupid commons-io Highest Product pom name Apache Commons IO High Product pom parent-artifactid commons-parent Medium Product pom parent-groupid org.apache.commons Medium Product pom url https://commons.apache.org/proper/commons-io/ Medium Version file version 2.14.0 High Version gradle version 2.14.0 Highest Version Manifest Bundle-Version 2.14.0 High Version Manifest Implementation-Version 2.14.0 High Version pom parent-version 2.14.0 Low Version pom version 2.14.0 Highest
commons-jxpath-1.3.jarDescription:
A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures. License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/commons-jxpath/commons-jxpath/1.3/c22d7d0f0f40eb7059a23cfa61773a416768b137/commons-jxpath-1.3.jar
MD5: 61a9aa8ff43ba10853571d57f724bf88
SHA1: c22d7d0f0f40eb7059a23cfa61773a416768b137
SHA256: fcbc0ad917d9d6a73c6df21fac322e00d213ef19cd94815a007c407a8a3ff449
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath commons-jxpath-1.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name commons-jxpath High Vendor gradle artifactid commons-jxpath Highest Vendor gradle groupid commons-jxpath Highest Vendor jar package name apache Highest Vendor jar package name commons Highest Vendor jar package name jxpath Highest Vendor jar package name xml Highest Vendor Manifest bundle-docurl http://commons.apache.org/jxpath/ Low Vendor Manifest bundle-symbolicname org.apache.commons.jxpath Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest Implementation-Vendor-Id org.apache Medium Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid commons-jxpath Low Vendor pom developer email Craig.McClanahan@eng.sun.com Low Vendor pom developer email dmitri@apache.org Low Vendor pom developer email mbenson@apache.org Low Vendor pom developer id craigmcc Medium Vendor pom developer id dmitri Medium Vendor pom developer id mbenson Medium Vendor pom developer name Craig McClanahan Medium Vendor pom developer name Dmitri Plotnikov Medium Vendor pom developer name Matt Benson Medium Vendor pom developer org Sun Microsystems Medium Vendor pom groupid commons-jxpath Highest Vendor pom name Commons JXPath High Vendor pom parent-artifactid commons-parent Low Vendor pom parent-groupid org.apache.commons Medium Vendor pom url http://commons.apache.org/jxpath/ Highest Product file name commons-jxpath High Product gradle artifactid commons-jxpath Highest Product jar package name apache Highest Product jar package name commons Highest Product jar package name jxpath Highest Product jar package name xml Highest Product Manifest bundle-docurl http://commons.apache.org/jxpath/ Low Product Manifest Bundle-Name Commons JXPath Medium Product Manifest bundle-symbolicname org.apache.commons.jxpath Medium Product Manifest Implementation-Title Commons JXPath High Product Manifest specification-title Commons JXPath Medium Product pom artifactid commons-jxpath Highest Product pom developer email Craig.McClanahan@eng.sun.com Low Product pom developer email dmitri@apache.org Low Product pom developer email mbenson@apache.org Low Product pom developer id craigmcc Low Product pom developer id dmitri Low Product pom developer id mbenson Low Product pom developer name Craig McClanahan Low Product pom developer name Dmitri Plotnikov Low Product pom developer name Matt Benson Low Product pom developer org Sun Microsystems Low Product pom groupid commons-jxpath Highest Product pom name Commons JXPath High Product pom parent-artifactid commons-parent Medium Product pom parent-groupid org.apache.commons Medium Product pom url http://commons.apache.org/jxpath/ Medium Version file version 1.3 High Version gradle version 1.3 Highest Version Manifest Bundle-Version 1.3 High Version Manifest Implementation-Version 1.3 High Version pom parent-version 1.3 Low Version pom version 1.3 Highest
CVE-2022-41852 (OSSINDEX) suppress
Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.
Sonatype's research suggests that this CVE's details differ from those defined at NVD. See https://ossindex.sonatype.org/vulnerability/CVE-2022-41852 for details CWE-470 Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')
CVSSv3:
Base Score: CRITICAL (9.800000190734863) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H References:
Vulnerable Software & Versions (OSSINDEX):
cpe:2.3:a:commons-jxpath:commons-jxpath:1.3:*:*:*:*:*:*:* CVE-2022-40159 suppress
** DISPUTED ** This record was originally reported by the oss-fuzz project who failed to consider the security context in which JXPath is intended to be used and failed to contact the JXPath maintainers prior to requesting the CVE allocation. The CVE was then allocated by Google in breach of the CNA rules. After review by the JXPath maintainers, the original report was found to be invalid. CWE-787 Out-of-bounds Write, CWE-121 Stack-based Buffer Overflow
CVSSv3:
Base Score: MEDIUM (6.5) Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:2.8/RC:R/MAV:A References:
Vulnerable Software & Versions:
CVE-2022-40160 suppress
** DISPUTED ** This record was originally reported by the oss-fuzz project who failed to consider the security context in which JXPath is intended to be used and failed to contact the JXPath maintainers prior to requesting the CVE allocation. The CVE was then allocated by Google in breach of the CNA rules. After review by the JXPath maintainers, the original report was found to be invalid. CWE-787 Out-of-bounds Write, CWE-121 Stack-based Buffer Overflow
CVSSv3:
Base Score: MEDIUM (6.5) Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:2.8/RC:R/MAV:A References:
Vulnerable Software & Versions:
commons-lang-2.6.jarDescription:
Commons Lang, a package of Java utility classes for the
classes that are in java.lang's hierarchy, or are considered to be so
standard as to justify existence in java.lang.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/commons-lang/commons-lang/2.6/ce1edb914c94ebc388f086c6827e8bdeec71ac2/commons-lang-2.6.jar
MD5: 4d5c1693079575b362edf41500630bbd
SHA1: 0ce1edb914c94ebc388f086c6827e8bdeec71ac2
SHA256: 50f11b09f877c294d56f24463f47d28f929cf5044f648661c0f0cfbae9a2f49c
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath commons-lang-2.6.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name commons-lang High Vendor gradle artifactid commons-lang Highest Vendor gradle groupid commons-lang Highest Vendor jar package name apache Highest Vendor jar package name commons Highest Vendor jar package name lang Highest Vendor Manifest bundle-docurl http://commons.apache.org/lang/ Low Vendor Manifest bundle-symbolicname org.apache.commons.lang Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest Implementation-Vendor-Id org.apache Medium Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid commons-lang Low Vendor pom developer email bayard@apache.org Low Vendor pom developer email dlr@finemaltcoding.com Low Vendor pom developer email ggregory@seagullsw.com Low Vendor pom developer email jcarman@apache.org Low Vendor pom developer email joerg.schaible@gmx.de Low Vendor pom developer email oheger@apache.org Low Vendor pom developer email pbenedict@apache.org Low Vendor pom developer email phil@steitz.com Low Vendor pom developer email rdonkin@apache.org Low Vendor pom developer email scolebourne@joda.org Low Vendor pom developer email stevencaswell@apache.org Low Vendor pom developer id bayard Medium Vendor pom developer id dlr Medium Vendor pom developer id fredrik Medium Vendor pom developer id ggregory Medium Vendor pom developer id jcarman Medium Vendor pom developer id joehni Medium Vendor pom developer id mbenson Medium Vendor pom developer id niallp Medium Vendor pom developer id oheger Medium Vendor pom developer id pbenedict Medium Vendor pom developer id psteitz Medium Vendor pom developer id rdonkin Medium Vendor pom developer id scaswell Medium Vendor pom developer id scolebourne Medium Vendor pom developer name Daniel Rall Medium Vendor pom developer name Fredrik Westermarck Medium Vendor pom developer name Gary D. Gregory Medium Vendor pom developer name Henri Yandell Medium Vendor pom developer name James Carman Medium Vendor pom developer name Joerg Schaible Medium Vendor pom developer name Matt Benson Medium Vendor pom developer name Niall Pemberton Medium Vendor pom developer name Oliver Heger Medium Vendor pom developer name Paul Benedict Medium Vendor pom developer name Phil Steitz Medium Vendor pom developer name Robert Burrell Donkin Medium Vendor pom developer name Stephen Colebourne Medium Vendor pom developer name Steven Caswell Medium Vendor pom developer org Carman Consulting, Inc. Medium Vendor pom developer org CollabNet, Inc. Medium Vendor pom developer org Seagull Software Medium Vendor pom developer org SITA ATS Ltd Medium Vendor pom groupid commons-lang Highest Vendor pom name Commons Lang High Vendor pom parent-artifactid commons-parent Low Vendor pom parent-groupid org.apache.commons Medium Vendor pom url http://commons.apache.org/lang/ Highest Product file name commons-lang High Product gradle artifactid commons-lang Highest Product jar package name apache Highest Product jar package name commons Highest Product jar package name lang Highest Product Manifest bundle-docurl http://commons.apache.org/lang/ Low Product Manifest Bundle-Name Commons Lang Medium Product Manifest bundle-symbolicname org.apache.commons.lang Medium Product Manifest Implementation-Title Commons Lang High Product Manifest specification-title Commons Lang Medium Product pom artifactid commons-lang Highest Product pom developer email bayard@apache.org Low Product pom developer email dlr@finemaltcoding.com Low Product pom developer email ggregory@seagullsw.com Low Product pom developer email jcarman@apache.org Low Product pom developer email joerg.schaible@gmx.de Low Product pom developer email oheger@apache.org Low Product pom developer email pbenedict@apache.org Low Product pom developer email phil@steitz.com Low Product pom developer email rdonkin@apache.org Low Product pom developer email scolebourne@joda.org Low Product pom developer email stevencaswell@apache.org Low Product pom developer id bayard Low Product pom developer id dlr Low Product pom developer id fredrik Low Product pom developer id ggregory Low Product pom developer id jcarman Low Product pom developer id joehni Low Product pom developer id mbenson Low Product pom developer id niallp Low Product pom developer id oheger Low Product pom developer id pbenedict Low Product pom developer id psteitz Low Product pom developer id rdonkin Low Product pom developer id scaswell Low Product pom developer id scolebourne Low Product pom developer name Daniel Rall Low Product pom developer name Fredrik Westermarck Low Product pom developer name Gary D. Gregory Low Product pom developer name Henri Yandell Low Product pom developer name James Carman Low Product pom developer name Joerg Schaible Low Product pom developer name Matt Benson Low Product pom developer name Niall Pemberton Low Product pom developer name Oliver Heger Low Product pom developer name Paul Benedict Low Product pom developer name Phil Steitz Low Product pom developer name Robert Burrell Donkin Low Product pom developer name Stephen Colebourne Low Product pom developer name Steven Caswell Low Product pom developer org Carman Consulting, Inc. Low Product pom developer org CollabNet, Inc. Low Product pom developer org Seagull Software Low Product pom developer org SITA ATS Ltd Low Product pom groupid commons-lang Highest Product pom name Commons Lang High Product pom parent-artifactid commons-parent Medium Product pom parent-groupid org.apache.commons Medium Product pom url http://commons.apache.org/lang/ Medium Version file version 2.6 High Version gradle version 2.6 Highest Version Manifest Bundle-Version 2.6 High Version Manifest Implementation-Version 2.6 High Version pom parent-version 2.6 Low Version pom version 2.6 Highest
commons-lang3-3.13.0.jar commons-logging-1.2.jarDescription:
Apache Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems. License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.2/4bfc12adfe4842bf07b657f0369c4cb522955686/commons-logging-1.2.jar
MD5: 040b4b4d8eac886f6b4a2a3bd2f31b00
SHA1: 4bfc12adfe4842bf07b657f0369c4cb522955686
SHA256: daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636
Referenced In Projects/Scopes: opencdx-config:compileClasspath opencdx-classification:runtimeClasspath opencdx-config:runtimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-classification:compileClasspath opencdx-config:productionRuntimeClasspath commons-logging-1.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name commons-logging High Vendor gradle artifactid commons-logging Highest Vendor gradle groupid commons-logging Highest Vendor jar package name apache Highest Vendor jar package name commons Highest Vendor jar package name logging Highest Vendor Manifest bundle-docurl http://commons.apache.org/proper/commons-logging/ Low Vendor Manifest bundle-symbolicname org.apache.commons.logging Medium Vendor Manifest implementation-build tags/LOGGING_1_2_RC2@r1608092; 2014-07-05 20:11:44+0200 Low Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest Implementation-Vendor-Id org.apache Medium Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid commons-logging Low Vendor pom developer email baliuka@apache.org Low Vendor pom developer email costin@apache.org Low Vendor pom developer email craigmcc@apache.org Low Vendor pom developer email dennisl@apache.org Low Vendor pom developer email donaldp@apache.org Low Vendor pom developer email morgand@apache.org Low Vendor pom developer email rdonkin@apache.org Low Vendor pom developer email rsitze@apache.org Low Vendor pom developer email rwaldhoff@apache.org Low Vendor pom developer email sanders@apache.org Low Vendor pom developer email skitching@apache.org Low Vendor pom developer email tn@apache.org Low Vendor pom developer id baliuka Medium Vendor pom developer id bstansberry Medium Vendor pom developer id costin Medium Vendor pom developer id craigmcc Medium Vendor pom developer id dennisl Medium Vendor pom developer id donaldp Medium Vendor pom developer id morgand Medium Vendor pom developer id rdonkin Medium Vendor pom developer id rsitze Medium Vendor pom developer id rwaldhoff Medium Vendor pom developer id sanders Medium Vendor pom developer id skitching Medium Vendor pom developer id tn Medium Vendor pom developer name Brian Stansberry Medium Vendor pom developer name Costin Manolache Medium Vendor pom developer name Craig McClanahan Medium Vendor pom developer name Dennis Lundberg Medium Vendor pom developer name Juozas Baliuka Medium Vendor pom developer name Morgan Delagrange Medium Vendor pom developer name Peter Donald Medium Vendor pom developer name Richard Sitze Medium Vendor pom developer name Robert Burrell Donkin Medium Vendor pom developer name Rodney Waldhoff Medium Vendor pom developer name Scott Sanders Medium Vendor pom developer name Simon Kitching Medium Vendor pom developer name Thomas Neidhart Medium Vendor pom developer org Apache Medium Vendor pom developer org The Apache Software Foundation Medium Vendor pom groupid commons-logging Highest Vendor pom name Apache Commons Logging High Vendor pom parent-artifactid commons-parent Low Vendor pom parent-groupid org.apache.commons Medium Vendor pom url http://commons.apache.org/proper/commons-logging/ Highest Product file name commons-logging High Product gradle artifactid commons-logging Highest Product jar package name apache Highest Product jar package name commons Highest Product jar package name logging Highest Product Manifest bundle-docurl http://commons.apache.org/proper/commons-logging/ Low Product Manifest Bundle-Name Apache Commons Logging Medium Product Manifest bundle-symbolicname org.apache.commons.logging Medium Product Manifest implementation-build tags/LOGGING_1_2_RC2@r1608092; 2014-07-05 20:11:44+0200 Low Product Manifest Implementation-Title Apache Commons Logging High Product Manifest specification-title Apache Commons Logging Medium Product pom artifactid commons-logging Highest Product pom developer email baliuka@apache.org Low Product pom developer email costin@apache.org Low Product pom developer email craigmcc@apache.org Low Product pom developer email dennisl@apache.org Low Product pom developer email donaldp@apache.org Low Product pom developer email morgand@apache.org Low Product pom developer email rdonkin@apache.org Low Product pom developer email rsitze@apache.org Low Product pom developer email rwaldhoff@apache.org Low Product pom developer email sanders@apache.org Low Product pom developer email skitching@apache.org Low Product pom developer email tn@apache.org Low Product pom developer id baliuka Low Product pom developer id bstansberry Low Product pom developer id costin Low Product pom developer id craigmcc Low Product pom developer id dennisl Low Product pom developer id donaldp Low Product pom developer id morgand Low Product pom developer id rdonkin Low Product pom developer id rsitze Low Product pom developer id rwaldhoff Low Product pom developer id sanders Low Product pom developer id skitching Low Product pom developer id tn Low Product pom developer name Brian Stansberry Low Product pom developer name Costin Manolache Low Product pom developer name Craig McClanahan Low Product pom developer name Dennis Lundberg Low Product pom developer name Juozas Baliuka Low Product pom developer name Morgan Delagrange Low Product pom developer name Peter Donald Low Product pom developer name Richard Sitze Low Product pom developer name Robert Burrell Donkin Low Product pom developer name Rodney Waldhoff Low Product pom developer name Scott Sanders Low Product pom developer name Simon Kitching Low Product pom developer name Thomas Neidhart Low Product pom developer org Apache Low Product pom developer org The Apache Software Foundation Low Product pom groupid commons-logging Highest Product pom name Apache Commons Logging High Product pom parent-artifactid commons-parent Medium Product pom parent-groupid org.apache.commons Medium Product pom url http://commons.apache.org/proper/commons-logging/ Medium Version file version 1.2 High Version gradle version 1.2 Highest Version Manifest Implementation-Version 1.2 High Version pom parent-version 1.2 Low Version pom version 1.2 Highest
commons-math-2.2.jarDescription:
The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang. License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-math/2.2/4877b85d388275f994a5cfc7eceb73a8045d3006/commons-math-2.2.jar
MD5: 4b65633769a2d3c532c86188648bb380
SHA1: 4877b85d388275f994a5cfc7eceb73a8045d3006
SHA256: 15993bb2a3cf50f3291b40fc980a3166a0984e7b5f1abbe5232151fd94954584
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath commons-math-2.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name commons-math High Vendor gradle artifactid commons-math Highest Vendor gradle groupid org.apache.commons Highest Vendor jar package name apache Highest Vendor jar package name commons Highest Vendor jar package name math Highest Vendor Manifest bundle-docurl http://commons.apache.org/math/ Low Vendor Manifest bundle-symbolicname org.apache.commons.math Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest Implementation-Vendor-Id org.apache Medium Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid commons-math Low Vendor pom developer email achou at apache dot org Low Vendor pom developer email billbarker at apache dot org Low Vendor pom developer email brentworden at apache dot org Low Vendor pom developer email dimpbx at apache dot org Low Vendor pom developer email erans at apache dot org Low Vendor pom developer email j3322ptm at yahoo dot de Low Vendor pom developer email luc at apache dot org Low Vendor pom developer email mdiggory at apache dot org Low Vendor pom developer email mikl at apache dot org Low Vendor pom developer email psteitz at apache dot org Low Vendor pom developer email rdonkin at apache dot org Low Vendor pom developer email tobrien at apache dot org Low Vendor pom developer id achou Medium Vendor pom developer id billbarker Medium Vendor pom developer id brentworden Medium Vendor pom developer id dimpbx Medium Vendor pom developer id erans Medium Vendor pom developer id luc Medium Vendor pom developer id mdiggory Medium Vendor pom developer id mikl Medium Vendor pom developer id pietsch Medium Vendor pom developer id psteitz Medium Vendor pom developer id rdonkin Medium Vendor pom developer id tobrien Medium Vendor pom developer name Albert Davidson Chou Medium Vendor pom developer name Bill Barker Medium Vendor pom developer name Brent Worden Medium Vendor pom developer name Dimitri Pourbaix Medium Vendor pom developer name Gilles Sadowski Medium Vendor pom developer name J. Pietschmann Medium Vendor pom developer name Luc Maisonobe Medium Vendor pom developer name Mark Diggory Medium Vendor pom developer name Mikkel Meyer Andersen Medium Vendor pom developer name Phil Steitz Medium Vendor pom developer name Robert Burrell Donkin Medium Vendor pom developer name Tim O'Brien Medium Vendor pom groupid org.apache.commons Highest Vendor pom name Commons Math High Vendor pom parent-artifactid commons-parent Low Vendor pom url http://commons.apache.org/math/ Highest Product file name commons-math High Product gradle artifactid commons-math Highest Product jar package name apache Highest Product jar package name commons Highest Product jar package name math Highest Product Manifest bundle-docurl http://commons.apache.org/math/ Low Product Manifest Bundle-Name Commons Math Medium Product Manifest bundle-symbolicname org.apache.commons.math Medium Product Manifest Implementation-Title Commons Math High Product Manifest specification-title Commons Math Medium Product pom artifactid commons-math Highest Product pom developer email achou at apache dot org Low Product pom developer email billbarker at apache dot org Low Product pom developer email brentworden at apache dot org Low Product pom developer email dimpbx at apache dot org Low Product pom developer email erans at apache dot org Low Product pom developer email j3322ptm at yahoo dot de Low Product pom developer email luc at apache dot org Low Product pom developer email mdiggory at apache dot org Low Product pom developer email mikl at apache dot org Low Product pom developer email psteitz at apache dot org Low Product pom developer email rdonkin at apache dot org Low Product pom developer email tobrien at apache dot org Low Product pom developer id achou Low Product pom developer id billbarker Low Product pom developer id brentworden Low Product pom developer id dimpbx Low Product pom developer id erans Low Product pom developer id luc Low Product pom developer id mdiggory Low Product pom developer id mikl Low Product pom developer id pietsch Low Product pom developer id psteitz Low Product pom developer id rdonkin Low Product pom developer id tobrien Low Product pom developer name Albert Davidson Chou Low Product pom developer name Bill Barker Low Product pom developer name Brent Worden Low Product pom developer name Dimitri Pourbaix Low Product pom developer name Gilles Sadowski Low Product pom developer name J. Pietschmann Low Product pom developer name Luc Maisonobe Low Product pom developer name Mark Diggory Low Product pom developer name Mikkel Meyer Andersen Low Product pom developer name Phil Steitz Low Product pom developer name Robert Burrell Donkin Low Product pom developer name Tim O'Brien Low Product pom groupid org.apache.commons Highest Product pom name Commons Math High Product pom parent-artifactid commons-parent Medium Product pom url http://commons.apache.org/math/ Medium Version file version 2.2 High Version gradle version 2.2 Highest Version Manifest Bundle-Version 2.2 High Version Manifest Implementation-Version 2.2 High Version pom parent-version 2.2 Low Version pom version 2.2 Highest
commons-text-1.10.0.jarDescription:
Apache Commons Text is a library focused on algorithms working on strings. License:
https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-text/1.10.0/3363381aef8cef2dbc1023b3e3a9433b08b64e01/commons-text-1.10.0.jar
MD5: 4afc9bfa2d31dbf7330c98fcc954b892
SHA1: 3363381aef8cef2dbc1023b3e3a9433b08b64e01
SHA256: 770cd903fa7b604d1f7ef7ba17f84108667294b2b478be8ed1af3bffb4ae0018
Referenced In Projects/Scopes: opencdx-commons:spotless1659553931 opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-connected-test:productionRuntimeClasspath opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 commons-text-1.10.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name commons-text High Vendor gradle artifactid commons-text Highest Vendor gradle groupid org.apache.commons Highest Vendor jar package name apache Highest Vendor jar package name commons Highest Vendor jar package name text Highest Vendor Manifest automatic-module-name org.apache.commons.text Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-text Low Vendor Manifest bundle-symbolicname org.apache.commons.commons-text Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid commons-text Low Vendor pom developer email britter@apache.org Low Vendor pom developer email chtompki@apache.org Low Vendor pom developer email djones@apache.org Low Vendor pom developer email ggregory at apache.org Low Vendor pom developer email kinow@apache.org Low Vendor pom developer id britter Medium Vendor pom developer id chtompki Medium Vendor pom developer id djones Medium Vendor pom developer id ggregory Medium Vendor pom developer id kinow Medium Vendor pom developer name Benedikt Ritter Medium Vendor pom developer name Bruno P. Kinoshita Medium Vendor pom developer name Duncan Jones Medium Vendor pom developer name Gary Gregory Medium Vendor pom developer name Rob Tompkins Medium Vendor pom developer org The Apache Software Foundation Medium Vendor pom developer org URL https://www.apache.org/ Medium Vendor pom groupid org.apache.commons Highest Vendor pom name Apache Commons Text High Vendor pom parent-artifactid commons-parent Low Vendor pom url https://commons.apache.org/proper/commons-text Highest Product file name commons-text High Product gradle artifactid commons-text Highest Product jar package name apache Highest Product jar package name commons Highest Product jar package name text Highest Product Manifest automatic-module-name org.apache.commons.text Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://commons.apache.org/proper/commons-text Low Product Manifest Bundle-Name Apache Commons Text Medium Product Manifest bundle-symbolicname org.apache.commons.commons-text Medium Product Manifest Implementation-Title Apache Commons Text High Product Manifest specification-title Apache Commons Text Medium Product pom artifactid commons-text Highest Product pom developer email britter@apache.org Low Product pom developer email chtompki@apache.org Low Product pom developer email djones@apache.org Low Product pom developer email ggregory at apache.org Low Product pom developer email kinow@apache.org Low Product pom developer id britter Low Product pom developer id chtompki Low Product pom developer id djones Low Product pom developer id ggregory Low Product pom developer id kinow Low Product pom developer name Benedikt Ritter Low Product pom developer name Bruno P. Kinoshita Low Product pom developer name Duncan Jones Low Product pom developer name Gary Gregory Low Product pom developer name Rob Tompkins Low Product pom developer org The Apache Software Foundation Low Product pom developer org URL https://www.apache.org/ Low Product pom groupid org.apache.commons Highest Product pom name Apache Commons Text High Product pom parent-artifactid commons-parent Medium Product pom url https://commons.apache.org/proper/commons-text Medium Version file version 1.10.0 High Version gradle version 1.10.0 Highest Version Manifest Bundle-Version 1.10.0 High Version Manifest Implementation-Version 1.10.0 High Version pom parent-version 1.10.0 Low Version pom version 1.10.0 Highest
component-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/component/1.22.0/component-1.22.0.jarMD5: f1a32eb0bfe14759e8a2e9352eebf259SHA1: 5d64ab9f95e3e4ad459b736563f1780847cb7e2aSHA256: 92e011147bb0e794228edf74e2228b3332ff938eca3fbc2061a8edb2647a4775Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath component-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name component High Vendor gradle artifactid component Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name component Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.component Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid component Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Component High Vendor pom parent-artifactid tinkar-core Low Product file name component High Product gradle artifactid component Highest Product jar package name component Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.component Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid component Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Component High Product pom parent-artifactid tinkar-core Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
config-2.16.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.solven-eu.cleanthat/config/2.16/9cf70dc6b03a52e35a819fafa9de838a0bc4af2/config-2.16.jarMD5: 3619bfc4e8e69274eb2e899de37c7d42SHA1: 09cf70dc6b03a52e35a819fafa9de838a0bc4af2SHA256: 1cac68ecf53e5fac371d6723127a7fb003b4548aaf7931e815806087a3b66a59Referenced In Projects/Scopes:
opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 config-2.16.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name config High Vendor gradle artifactid config Highest Vendor gradle groupid io.github.solven-eu.cleanthat Highest Vendor jar package name cleanthat Highest Vendor jar package name config Highest Vendor jar package name eu Highest Vendor jar package name github Highest Vendor jar package name solven Highest Vendor Manifest build-jdk-spec 17 Low Vendor pom artifactid config Low Vendor pom groupid io.github.solven-eu.cleanthat Highest Vendor pom parent-artifactid aggregator-cleanthat Low Product file name config High Product gradle artifactid config Highest Product jar package name cleanthat Highest Product jar package name config Highest Product jar package name eu Highest Product jar package name github Highest Product jar package name solven Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title config High Product pom artifactid config Highest Product pom groupid io.github.solven-eu.cleanthat Highest Product pom parent-artifactid aggregator-cleanthat Medium Version file version 2.16 High Version gradle version 2.16 Highest Version Manifest Implementation-Version 2.16 High Version pom version 2.16 Highest
context-propagation-1.1.0.jar coordinate-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/coordinate/1.22.0/coordinate-1.22.0.jarMD5: af57b9a216343ced1df74a336e0989adSHA1: c39162657919ffd92acd225cec3872437c7bc49dSHA256: 56974fbc5b00a8e92354abd278b4bb11a0ebc5c4295901a2c4b447feb149cdb8Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath coordinate-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name coordinate High Vendor gradle artifactid coordinate Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name coordinate Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.coordinate Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid coordinate Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Coordinate High Vendor pom parent-artifactid tinkar-core Low Product file name coordinate High Product gradle artifactid coordinate Highest Product jar package name coordinate Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.coordinate Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid coordinate Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Coordinate High Product pom parent-artifactid tinkar-core Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
curvedLines.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/content/js/curvedLines.jsMD5: 55f8ee422555146c6fbe96f0f3952cbfSHA1: 72c6490a340cb8cdc718f2fd6d6f267a85457102SHA256: add85e8c610afd186e0d776ef75cce8139e5d286d88d79beb8de007b6f5a4e6eReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
customGraph.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/content/js/customGraph.jsMD5: df44a98b76d35f0ec95215ca4f391b1cSHA1: e3aaa84791b0d4e996ecf30914100c4fd4915a48SHA256: 5cfb5f38842bbdd6dc1a168bb2a93c3671a7649b39274c1f19c394c9fd7de8fbReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
dashboard-commons.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/content/js/dashboard-commons.jsMD5: 1954879ffddc249e06ab98e6563af6e3SHA1: f1d7be212ec183c5ebb73116ec16586206f86fcbSHA256: 45394821bcf30e810d3131e83293f5bfe69d81b440e22b6cf7a3be95dd39b0cdReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
dashboard.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/content/js/dashboard.jsMD5: 3e9ca08cfa8b235442661b0f6d56899dSHA1: b02b9060f4a2cadc1a8f10529c73a11ec39fc7bfSHA256: f6cc6c0b1b43853a3ea8be640712b8ca78f1a795f561e98690e8c29b11044abcReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
data-ephemeral-provider-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/data-ephemeral-provider/1.22.0/data-ephemeral-provider-1.22.0.jarMD5: a4dafe5e8082e3c1e90e995e8944ac5eSHA1: 25187530666fed21b001500760810def3c0f1580SHA256: 2302a62faa4ddec6cfdddf57f3f5e5ee755d574c0807ceac2b45029362d7cfa4Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath data-ephemeral-provider-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name data-ephemeral-provider High Vendor gradle artifactid data-ephemeral-provider Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name provider Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.provider.ephemeral Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid data-ephemeral-provider Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Provider Data - Ephemeral High Vendor pom parent-artifactid provider Low Product file name data-ephemeral-provider High Product gradle artifactid data-ephemeral-provider Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name provider Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.provider.ephemeral Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid data-ephemeral-provider Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Provider Data - Ephemeral High Product pom parent-artifactid provider Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
data-mvstore-provider-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/data-mvstore-provider/1.22.0/data-mvstore-provider-1.22.0.jarMD5: a07c6d3c0deecf552ca005ae1fd2876eSHA1: a6933a04e1c420b4f7fb267110cbbbc76c2d39a0SHA256: 3a34d464c3ee1c337678fbc46b56915b5e0addce411b4fbfde3b59911e1485d7Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath data-mvstore-provider-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name data-mvstore-provider High Vendor gradle artifactid data-mvstore-provider Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name provider Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.provider.mvstore Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid data-mvstore-provider Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Provider Data - MVStore High Vendor pom parent-artifactid provider Low Product file name data-mvstore-provider High Product gradle artifactid data-mvstore-provider Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name provider Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.provider.mvstore Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid data-mvstore-provider Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Provider Data - MVStore High Product pom parent-artifactid provider Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
data-spinedarray-provider-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/data-spinedarray-provider/1.22.0/data-spinedarray-provider-1.22.0.jarMD5: 1a305e7b54cbdc089dae7c401925930aSHA1: de5758687f2810bcb7141d8771d03ffbe2bf9ea3SHA256: 5b21d33aa0c612e8281049e57a05f674fbe353e542824c0fa387d5c45fba2ba0Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath data-spinedarray-provider-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name data-spinedarray-provider High Vendor gradle artifactid data-spinedarray-provider Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name provider Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.provider.spinedarray Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid data-spinedarray-provider Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Provider Data - Spined array High Vendor pom parent-artifactid provider Low Product file name data-spinedarray-provider High Product gradle artifactid data-spinedarray-provider Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name provider Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.provider.spinedarray Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid data-spinedarray-provider Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Provider Data - Spined array High Product pom parent-artifactid provider Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
data-websocket-client-provider-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/data-websocket-client-provider/1.22.0/data-websocket-client-provider-1.22.0.jarMD5: c7f7ee746b7465b2104fa8288d03ced8SHA1: cd2641e7f746a78af9fc1aa28d1b8d50ba1cf3ccSHA256: 08ca676bc04774f3ea5f6975612fe678339d002915d9b364b26e4c53c3e27765Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath data-websocket-client-provider-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name data-websocket-client-provider High Vendor gradle artifactid data-websocket-client-provider Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name provider Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.provider.websocket.client Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid data-websocket-client-provider Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Provider Data - Websocket client High Vendor pom parent-artifactid provider Low Product file name data-websocket-client-provider High Product gradle artifactid data-websocket-client-provider Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name provider Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.provider.websocket.client Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid data-websocket-client-provider Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Provider Data - Websocket client High Product pom parent-artifactid provider Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
dto-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/dto/1.22.0/dto-1.22.0.jarMD5: c769f811e0f59a15896317ab95299774SHA1: 6fafb714e726bc1a9f617e1f3173b040583bfbadSHA256: d9e6cb52dcb82648febfc8b0c353e912578771a062844da5e375c9172bff8e3cReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath dto-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name dto High Vendor gradle artifactid dto Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name dev Highest Vendor jar package name dto Highest Vendor jar package name ikm Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.dto Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid dto Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Data Transfer Objects High Vendor pom parent-artifactid tinkar-core Low Product file name dto High Product gradle artifactid dto Highest Product jar package name dev Highest Product jar package name dto Highest Product jar package name ikm Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.dto Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid dto Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Data Transfer Objects High Product pom parent-artifactid tinkar-core Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
eclipse-collections-11.1.0-r7.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/jpms/eclipse-collections/11.1.0-r7/eclipse-collections-11.1.0-r7.jarMD5: f4afeb01990f14c032bbcb4433cc9578SHA1: 7d43fafeaffb994a89c221a37e075532c4a288e2SHA256: d2fae31f8d6c6f24ee77aa8ca172d8124033b9904991b47ded2a6fdb7f07c698Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath eclipse-collections-11.1.0-r7.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name eclipse-collections High Vendor gradle artifactid eclipse-collections Highest Vendor gradle groupid dev.ikm.jpms Highest Vendor jar package name collections Highest Vendor jar package name eclipse Highest Vendor Manifest build-jdk-spec 19 Low Vendor pom artifactid eclipse-collections Low Vendor pom groupid dev.ikm.jpms Highest Vendor pom groupid org.eclipse.collections Highest Vendor pom name Eclipse collections High Vendor pom name Eclipse Collections Main Library High Vendor pom parent-artifactid eclipse-collections-parent Low Vendor pom parent-artifactid java-parent Low Vendor pom parent-groupid dev.ikm.build Medium Product file name eclipse-collections High Product gradle artifactid eclipse-collections Highest Product jar package name collections Highest Product jar package name eclipse Highest Product Manifest build-jdk-spec 19 Low Product pom artifactid eclipse-collections Highest Product pom groupid dev.ikm.jpms Highest Product pom groupid org.eclipse.collections Highest Product pom name Eclipse collections High Product pom name Eclipse Collections Main Library High Product pom parent-artifactid eclipse-collections-parent Medium Product pom parent-artifactid java-parent Medium Product pom parent-groupid dev.ikm.build Medium Version pom version 0.4.0 Highest
eclipse-collections-api-11.1.0-r7.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/jpms/eclipse-collections-api/11.1.0-r7/eclipse-collections-api-11.1.0-r7.jarMD5: cc50db5d7ad4b7bb1369736629e4bf34SHA1: 4eb8cbe9db8a6c0efdbc1061a277d5de5f26a1f7SHA256: ddab7ba8c815ec5c44c918159e25d461210ea19cf8245d2cf2e64b1ba7b555ebReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath eclipse-collections-api-11.1.0-r7.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name eclipse-collections-api High Vendor gradle artifactid eclipse-collections-api Highest Vendor gradle groupid dev.ikm.jpms Highest Vendor jar package name api Highest Vendor jar package name collections Highest Vendor jar package name eclipse Highest Vendor Manifest build-jdk-spec 19 Low Vendor pom artifactid eclipse-collections-api Low Vendor pom groupid dev.ikm.jpms Highest Vendor pom groupid org.eclipse.collections Highest Vendor pom name Eclipse collections API High Vendor pom parent-artifactid eclipse-collections-parent Low Vendor pom parent-artifactid java-parent Low Vendor pom parent-groupid dev.ikm.build Medium Product file name eclipse-collections-api High Product gradle artifactid eclipse-collections-api Highest Product jar package name api Highest Product jar package name collections Highest Product jar package name eclipse Highest Product Manifest build-jdk-spec 19 Low Product pom artifactid eclipse-collections-api Highest Product pom groupid dev.ikm.jpms Highest Product pom groupid org.eclipse.collections Highest Product pom name Eclipse collections API High Product pom parent-artifactid eclipse-collections-parent Medium Product pom parent-artifactid java-parent Medium Product pom parent-groupid dev.ikm.build Medium Version pom version 0.4.0 Highest
eddsa-0.3.0.jarDescription:
Implementation of EdDSA in Java License:
CC0 1.0 Universal: https://creativecommons.org/publicdomain/zero/1.0/ File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/net.i2p.crypto/eddsa/0.3.0/1901c8d4d8bffb7d79027686cfb91e704217c3e1/eddsa-0.3.0.jar
MD5: ee7de3b6f19de76a06e465efc978f669
SHA1: 1901c8d4d8bffb7d79027686cfb91e704217c3e1
SHA256: 4dda1120db856640dbec04140ed23242215a075fe127bdefa0dcfa29fb31267d
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath eddsa-0.3.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.nats/nats-spring@0.5.6 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.nats/nats-spring@0.5.6 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name eddsa High Vendor gradle artifactid eddsa Highest Vendor gradle groupid net.i2p.crypto Highest Vendor jar package name crypto Highest Vendor jar package name eddsa Highest Vendor jar package name i2p Highest Vendor jar package name net Highest Vendor Manifest automatic-module-name net.i2p.crypto.eddsa Medium Vendor Manifest bundle-symbolicname net.i2p.crypto.eddsa Medium Vendor pom artifactid eddsa Low Vendor pom developer email str4d@i2pmail.org Low Vendor pom developer id str4d Medium Vendor pom developer name str4d Medium Vendor pom groupid net.i2p.crypto Highest Vendor pom name EdDSA-Java High Vendor pom url str4d/ed25519-java Highest Product file name eddsa High Product gradle artifactid eddsa Highest Product jar package name crypto Highest Product jar package name eddsa Highest Product jar package name i2p Highest Product jar package name net Highest Product Manifest automatic-module-name net.i2p.crypto.eddsa Medium Product Manifest Bundle-Name EdDSA-Java Medium Product Manifest bundle-symbolicname net.i2p.crypto.eddsa Medium Product pom artifactid eddsa Highest Product pom developer email str4d@i2pmail.org Low Product pom developer id str4d Low Product pom developer name str4d Low Product pom groupid net.i2p.crypto Highest Product pom name EdDSA-Java High Product pom url str4d/ed25519-java High Version file version 0.3.0 High Version gradle version 0.3.0 Highest Version Manifest Bundle-Version 0.3.0 High Version pom version 0.3.0 Highest
entity-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/entity/1.22.0/entity-1.22.0.jarMD5: 18297b9aab8097a1ea69428a4bdb0a12SHA1: d81f3d9d931587e0db863e1ec2c2f8b071da3a5dSHA256: 6f176c8b9eb9f7b06dca79d0a67cc202a60df0536e659e551a2aced0bfa3df47Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath entity-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name entity High Vendor gradle artifactid entity Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name dev Highest Vendor jar package name entity Highest Vendor jar package name ikm Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.entity Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid entity Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Entity High Vendor pom parent-artifactid tinkar-core Low Product file name entity High Product gradle artifactid entity Highest Product jar package name dev Highest Product jar package name entity Highest Product jar package name ikm Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.entity Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid entity Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Entity High Product pom parent-artifactid tinkar-core Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
entity-provider-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/entity-provider/1.22.0/entity-provider-1.22.0.jarMD5: d6eb4edc12ecc1e50fa39ca8ed0448a1SHA1: d219d4786ec15aede775720076df2271878c87e8SHA256: bbd2d0e05c249608435c54d8efadfd43b28e4ab8812d0ec3fe4663b6606c9778Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath entity-provider-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name entity-provider High Vendor gradle artifactid entity-provider Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name provider Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.provider.entity Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid entity-provider Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Provider Entity provider High Vendor pom parent-artifactid provider Low Product file name entity-provider High Product gradle artifactid entity-provider Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name provider Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.provider.entity Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid entity-provider Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Provider Entity provider High Product pom parent-artifactid provider Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
error_prone_annotations-2.11.0.jarLicense:
Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.errorprone/error_prone_annotations/2.11.0/c5a0ace696d3f8b1c1d8cc036d8c03cc0cbe6b69/error_prone_annotations-2.11.0.jar
MD5: 656ad66261b7e7ea472ed0ffeea773ea
SHA1: c5a0ace696d3f8b1c1d8cc036d8c03cc0cbe6b69
SHA256: 721cb91842b46fa056847d104d5225c8b8e1e8b62263b993051e1e5a0137b7ec
Referenced In Projects/Scopes: opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 error_prone_annotations-2.11.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name error_prone_annotations High Vendor gradle artifactid error_prone_annotations Highest Vendor gradle groupid com.google.errorprone Highest Vendor jar package name annotations Highest Vendor jar package name errorprone Highest Vendor jar package name google Highest Vendor Manifest automatic-module-name com.google.errorprone.annotations Medium Vendor Manifest build-jdk-spec 11 Low Vendor pom artifactid error_prone_annotations Low Vendor pom groupid com.google.errorprone Highest Vendor pom name error-prone annotations High Vendor pom parent-artifactid error_prone_parent Low Product file name error_prone_annotations High Product gradle artifactid error_prone_annotations Highest Product jar package name annotations Highest Product jar package name errorprone Highest Product jar package name google Highest Product Manifest automatic-module-name com.google.errorprone.annotations Medium Product Manifest build-jdk-spec 11 Low Product pom artifactid error_prone_annotations Highest Product pom groupid com.google.errorprone Highest Product pom name error-prone annotations High Product pom parent-artifactid error_prone_parent Medium Version file version 2.11.0 High Version gradle version 2.11.0 Highest Version pom version 2.11.0 Highest
error_prone_annotations-2.18.0.jar error_prone_annotations-2.21.1.jarDescription:
Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time. License:
Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.errorprone/error_prone_annotations/2.21.1/6d9b10773b5237df178a7b3c1b4208df7d0e7f94/error_prone_annotations-2.21.1.jar
MD5: 75fe4fe33d308dd6cee3b601de902d27
SHA1: 6d9b10773b5237df178a7b3c1b4208df7d0e7f94
SHA256: d1f3c66aa91ac52549e00ae3b208ba4b9af7d72d68f230643553beb38e6118ac
Referenced In Projects/Scopes: opencdx-connected-test:spotless865458226 opencdx-questionnaire:spotless865458226 opencdx-commons:spotless865458226 opencdx-predictor:spotless865458226 opencdx-proto:spotless865458226 opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:spotless865458226 opencdx-protector:spotless865458226 opencdx-tinkar:runtimeClasspath opencdx-gateway:spotless865458226 opencdx-config:spotless865458226 opencdx-classification:spotless865458226 opencdx-communications:spotless865458226 opencdx-discovery:spotless865458226 opencdx-routine:spotless865458226 OpenCDX:spotless865458226 opencdx-admin:spotless865458226 opencdx-anf:spotless865458226 opencdx-helloworld:spotless865458226 opencdx-iam:spotless865458226 opencdx-tinkar:compileClasspath opencdx-media:spotless865458226 opencdx-client:spotless865458226 opencdx-audit:spotless865458226 error_prone_annotations-2.21.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/com.google.guava/guava@32.1.3-jre pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 Evidence Type Source Name Value Confidence Vendor file name error_prone_annotations High Vendor gradle artifactid error_prone_annotations Highest Vendor gradle groupid com.google.errorprone Highest Vendor jar package name annotations Highest Vendor jar package name errorprone Highest Vendor jar package name google Highest Vendor Manifest automatic-module-name com.google.errorprone.annotations Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest bundle-docurl https://errorprone.info/error_prone_annotations Low Vendor Manifest bundle-symbolicname com.google.errorprone.annotations Medium Vendor pom artifactid error_prone_annotations Low Vendor pom groupid com.google.errorprone Highest Vendor pom name error-prone annotations High Vendor pom parent-artifactid error_prone_parent Low Product file name error_prone_annotations High Product gradle artifactid error_prone_annotations Highest Product jar package name annotations Highest Product jar package name errorprone Highest Product jar package name google Highest Product Manifest automatic-module-name com.google.errorprone.annotations Medium Product Manifest build-jdk-spec 17 Low Product Manifest bundle-docurl https://errorprone.info/error_prone_annotations Low Product Manifest Bundle-Name error-prone annotations Medium Product Manifest bundle-symbolicname com.google.errorprone.annotations Medium Product pom artifactid error_prone_annotations Highest Product pom groupid com.google.errorprone Highest Product pom name error-prone annotations High Product pom parent-artifactid error_prone_parent Medium Version file version 2.21.1 High Version gradle version 2.21.1 Highest Version Manifest Bundle-Version 2.21.1 High Version pom version 2.21.1 Highest
eureka-client-2.0.1.jar eureka-client-jersey3-2.0.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.netflix.eureka/eureka-client-jersey3/2.0.1/cf843dc8d721738d4e0d0d410967381ac0e07c20/eureka-client-jersey3-2.0.1.jarMD5: 345d32e391e2ae4e0d921d2b789b92baSHA1: cf843dc8d721738d4e0d0d410967381ac0e07c20SHA256: f724adbb964ffdeb9c2c4ad9cf7b23bd9fa0f6b013d98a9d4ac48d647ba26a42Referenced In Projects/Scopes:
opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath eureka-client-jersey3-2.0.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name eureka-client-jersey3 High Vendor gradle artifactid eureka-client-jersey3 Highest Vendor gradle groupid com.netflix.eureka Highest Vendor jar package name discovery Low Vendor jar package name netflix Low Vendor jar package name shared Low Vendor Manifest branch 40a91d5fcba331d56ee9e98f115b447e90ca9629 Low Vendor Manifest build-date 2023-06-21_22:29:39 Low Vendor Manifest build-date-utc 2023-06-21T22:29:39.801148Z Low Vendor Manifest build-host https://github.com Low Vendor Manifest build-job __run_2 Low Vendor Manifest build-number 12 Low Vendor Manifest build-time-iso-8601 2023-06-21T22:29:39+0000 Low Vendor Manifest build-timezone Etc/UTC Low Vendor Manifest build-url https://github.com/Netflix/eureka/actions/runs/5339536139 Low Vendor Manifest built-os Linux Low Vendor Manifest built-status integration Low Vendor Manifest change 40a91d5 Low Vendor Manifest full-change 40a91d5fcba331d56ee9e98f115b447e90ca9629 Low Vendor Manifest module-email netflixoss@netflix.com Low Vendor Manifest module-origin https://github.com/Netflix/eureka Low Vendor Manifest module-owner netflixoss@netflix.com Low Vendor Manifest module-source /eureka-client-jersey3 Low Product file name eureka-client-jersey3 High Product gradle artifactid eureka-client-jersey3 Highest Product jar package name discovery Low Product jar package name netflix Highest Product jar package name shared Low Product jar package name transport Low Product Manifest branch 40a91d5fcba331d56ee9e98f115b447e90ca9629 Low Product Manifest build-date 2023-06-21_22:29:39 Low Product Manifest build-date-utc 2023-06-21T22:29:39.801148Z Low Product Manifest build-host https://github.com Low Product Manifest build-job __run_2 Low Product Manifest build-number 12 Low Product Manifest build-time-iso-8601 2023-06-21T22:29:39+0000 Low Product Manifest build-timezone Etc/UTC Low Product Manifest build-url https://github.com/Netflix/eureka/actions/runs/5339536139 Low Product Manifest built-os Linux Low Product Manifest built-status integration Low Product Manifest change 40a91d5 Low Product Manifest full-change 40a91d5fcba331d56ee9e98f115b447e90ca9629 Low Product Manifest Implementation-Title com.netflix.eureka#eureka-client-jersey3;2.0.1 High Product Manifest module-email netflixoss@netflix.com Low Product Manifest module-origin https://github.com/Netflix/eureka Low Product Manifest module-owner netflixoss@netflix.com Low Product Manifest module-source /eureka-client-jersey3 Low Version file version 2.0.1 High Version Manifest Implementation-Version 2.0.1 High
eureka-core-2.0.1.jar eureka-core-jersey3-2.0.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.netflix.eureka/eureka-core-jersey3/2.0.1/8617457a92728e11238a2487dd375fc871aed9c/eureka-core-jersey3-2.0.1.jarMD5: e42fbc169b4bad3877318937f4ca1d4aSHA1: 08617457a92728e11238a2487dd375fc871aed9cSHA256: 3e4f9588adc352faf00fa4bc5920836d573406db7fc1b41ebced0963eae175fcReferenced In Projects/Scopes:
opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath eureka-core-jersey3-2.0.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name eureka-core-jersey3 High Vendor gradle artifactid eureka-core-jersey3 Highest Vendor gradle groupid com.netflix.eureka Highest Vendor jar package name eureka Low Vendor jar package name netflix Low Vendor jar package name transport Low Vendor Manifest branch 40a91d5fcba331d56ee9e98f115b447e90ca9629 Low Vendor Manifest build-date 2023-06-21_22:29:39 Low Vendor Manifest build-date-utc 2023-06-21T22:29:39.943616Z Low Vendor Manifest build-host https://github.com Low Vendor Manifest build-job __run_2 Low Vendor Manifest build-number 12 Low Vendor Manifest build-time-iso-8601 2023-06-21T22:29:39+0000 Low Vendor Manifest build-timezone Etc/UTC Low Vendor Manifest build-url https://github.com/Netflix/eureka/actions/runs/5339536139 Low Vendor Manifest built-os Linux Low Vendor Manifest built-status integration Low Vendor Manifest change 40a91d5 Low Vendor Manifest full-change 40a91d5fcba331d56ee9e98f115b447e90ca9629 Low Vendor Manifest module-email netflixoss@netflix.com Low Vendor Manifest module-origin https://github.com/Netflix/eureka Low Vendor Manifest module-owner netflixoss@netflix.com Low Vendor Manifest module-source /eureka-core-jersey3 Low Product file name eureka-core-jersey3 High Product gradle artifactid eureka-core-jersey3 Highest Product jar package name eureka Highest Product jar package name eureka Low Product jar package name netflix Highest Product jar package name transport Low Product Manifest branch 40a91d5fcba331d56ee9e98f115b447e90ca9629 Low Product Manifest build-date 2023-06-21_22:29:39 Low Product Manifest build-date-utc 2023-06-21T22:29:39.943616Z Low Product Manifest build-host https://github.com Low Product Manifest build-job __run_2 Low Product Manifest build-number 12 Low Product Manifest build-time-iso-8601 2023-06-21T22:29:39+0000 Low Product Manifest build-timezone Etc/UTC Low Product Manifest build-url https://github.com/Netflix/eureka/actions/runs/5339536139 Low Product Manifest built-os Linux Low Product Manifest built-status integration Low Product Manifest change 40a91d5 Low Product Manifest full-change 40a91d5fcba331d56ee9e98f115b447e90ca9629 Low Product Manifest Implementation-Title com.netflix.eureka#eureka-core-jersey3;2.0.1 High Product Manifest module-email netflixoss@netflix.com Low Product Manifest module-origin https://github.com/Netflix/eureka Low Product Manifest module-owner netflixoss@netflix.com Low Product Manifest module-source /eureka-core-jersey3 Low Version file version 2.0.1 High Version Manifest Implementation-Version 2.0.1 High
evictor-1.0.0.jarDescription:
A concurrent map with timed element eviction License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.stoyanr/evictor/1.0.0/d4615a8516dc28cb958e723f1a0902faa8732217/evictor-1.0.0.jar
MD5: 0150953ed0b97edcdf8a626e67013b95
SHA1: d4615a8516dc28cb958e723f1a0902faa8732217
SHA256: 1fd9d733b0381178dc0ce69fbc720a50eb3185906c7b4db345025dd6b666d99a
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath evictor-1.0.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name evictor High Vendor gradle artifactid evictor Highest Vendor gradle groupid com.stoyanr Highest Vendor jar package name evictor Highest Vendor jar package name evictor Low Vendor jar package name map Highest Vendor jar package name stoyanr Highest Vendor jar package name stoyanr Low Vendor pom artifactid evictor Low Vendor pom developer email sandy.pec@gmail.com Low Vendor pom developer email stoyanr@gmail.com Low Vendor pom developer id sangupta Medium Vendor pom developer id stoyanr Medium Vendor pom developer name Sandeep Gupta Medium Vendor pom developer name Stoyan Rachev Medium Vendor pom groupid com.stoyanr Highest Vendor pom name Evictor High Vendor pom url stoyanr/Evictor Highest Product file name evictor High Product gradle artifactid evictor Highest Product jar package name evictor Highest Product jar package name evictor Low Product jar package name map Highest Product jar package name stoyanr Highest Product pom artifactid evictor Highest Product pom developer email sandy.pec@gmail.com Low Product pom developer email stoyanr@gmail.com Low Product pom developer id sangupta Low Product pom developer id stoyanr Low Product pom developer name Sandeep Gupta Low Product pom developer name Stoyan Rachev Low Product pom groupid com.stoyanr Highest Product pom name Evictor High Product pom url stoyanr/Evictor High Version file version 1.0.0 High Version gradle version 1.0.0 Highest Version pom version 1.0.0 Highest
excanvas.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/excanvas.jsMD5: e5b3968f64661f1893cf740191e959c5SHA1: 128d91aa0bf31033d5439176b6be09541f9969feSHA256: 3873d80b8d93f9422d55a10ca9b72411de65f53d9705d902025453898b549180Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
excanvas.min.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot.tooltip/js/excanvas.min.jsMD5: 3682670784157eca627a91ae04f925b8SHA1: 367b6955bcaabc71381ee3c8436db71413894257SHA256: f98cb332c803a746862b762c94e95379b2407d1a87af8c69299590a4e9473781Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
excanvas.min.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/excanvas.min.jsMD5: ee9e3fee14270b7b27fcaa0e2cf2e042SHA1: ae4ce1a2bfb06c82653633191b04a8969a946b6bSHA256: 6201dbbd9beb94d8a241a0debf2cc2e6efc07ec69f4d1f116984e21b459ee569Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
executor-provider-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/executor-provider/1.22.0/executor-provider-1.22.0.jarMD5: d85dbb95abc01852abd686fa4d2566a6SHA1: 54df78b824f2e766097ad18b6eb218757d3cba29SHA256: fa81e1a56aacd9e19f549bbfda43287672c92e2608f15fad6e9d57d7b93b326fReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath executor-provider-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name executor-provider High Vendor gradle artifactid executor-provider Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name provider Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.provider.executor Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid executor-provider Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Provider Executor provider High Vendor pom parent-artifactid provider Low Product file name executor-provider High Product gradle artifactid executor-provider Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name provider Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.provider.executor Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid executor-provider Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Provider Executor provider High Product pom parent-artifactid provider Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
failureaccess-1.0.1.jar fastdoubleparser-0.3.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/ch.randelshofer/fastdoubleparser/0.3.0/b3d5f91d5739f755b44a6fd2b6bbb826202f56c1/fastdoubleparser-0.3.0.jarMD5: 195a2b3a4e286300076094b7dde5997fSHA1: b3d5f91d5739f755b44a6fd2b6bbb826202f56c1SHA256: 8bc7364b3079b14b846fa463b72500af153e5551bfef678ec612ba93d3bb1737Referenced In Projects/Scopes:
opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 fastdoubleparser-0.3.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name fastdoubleparser High Vendor gradle artifactid fastdoubleparser Highest Vendor gradle groupid ch.randelshofer Highest Vendor jar package name ch Highest Vendor jar package name ch Low Vendor jar package name fastdoubleparser Highest Vendor jar package name fastdoubleparser Low Vendor jar package name randelshofer Highest Vendor jar package name randelshofer Low Vendor Manifest application-library-allowable-codebase * Low Vendor Manifest application-name fastdoubleparser Medium Vendor Manifest caller-allowable-codebase * Low Vendor Manifest codebase * Low Vendor Manifest Implementation-Vendor ch.randelshofer High Vendor Manifest permissions sandboxed Low Vendor Manifest specification-vendor ch.randelshofer Low Vendor Manifest trusted-library false Low Vendor Manifest trusted-only false Low Product file name fastdoubleparser High Product gradle artifactid fastdoubleparser Highest Product jar package name fastdoubleparser Highest Product jar package name fastdoubleparser Low Product jar package name randelshofer Low Product Manifest application-library-allowable-codebase * Low Product Manifest application-name fastdoubleparser Medium Product Manifest caller-allowable-codebase * Low Product Manifest codebase * Low Product Manifest Implementation-Title fastdoubleparser High Product Manifest permissions sandboxed Low Product Manifest specification-title fastdoubleparser Medium Product Manifest trusted-library false Low Product Manifest trusted-only false Low Version file name fastdoubleparser Medium Version file version 0.3.0 High Version gradle version 0.3.0 Highest Version Manifest Implementation-Version 0.3.0_2021-04-10_e3b3371 High Version Manifest signature-version 1.0 Medium
feign-core-13.1.jarDescription:
Feign Core License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.openfeign/feign-core/13.1/3202d25687f1b4d51e4c1aec291e54e385683751/feign-core-13.1.jar
MD5: 75b185f53ea93538725f45a84de34171
SHA1: 3202d25687f1b4d51e4c1aec291e54e385683751
SHA256: f6a82304b92a6e79bda11c89bcf83b72949a02337070d315902e6438201dce3b
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath feign-core-13.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.openfeign/feign-hc5@13.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.openfeign/feign-hc5@13.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.openfeign/feign-hc5@13.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.openfeign/feign-hc5@13.1 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.openfeign/feign-hc5@13.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.openfeign/feign-hc5@13.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 Evidence Type Source Name Value Confidence Vendor file name feign-core High Vendor gradle artifactid feign-core Highest Vendor gradle groupid io.github.openfeign Highest Vendor jar package name feign Highest Vendor Manifest build-jdk-spec 21 Low Vendor Manifest bundle-docurl https://github.com/openfeign Low Vendor Manifest bundle-symbolicname io.github.openfeign.feign-core Medium Vendor pom artifactid feign-core Low Vendor pom groupid io.github.openfeign Highest Vendor pom name Feign Core High Vendor pom parent-artifactid parent Low Product file name feign-core High Product gradle artifactid feign-core Highest Product jar package name feign Highest Product Manifest build-jdk-spec 21 Low Product Manifest bundle-docurl https://github.com/openfeign Low Product Manifest Bundle-Name Feign Core Medium Product Manifest bundle-symbolicname io.github.openfeign.feign-core Medium Product pom artifactid feign-core Highest Product pom groupid io.github.openfeign Highest Product pom name Feign Core High Product pom parent-artifactid parent Medium Version file version 13.1 High Version gradle version 13.1 Highest Version pom version 13.1 Highest
feign-form-3.8.0.jarDescription:
Simple encoder for Netflix Feign project, which adds forms support (urlencoded and multipart) License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.openfeign.form/feign-form/3.8.0/3083889996b18443c275a352d3ab4bc6c8321598/feign-form-3.8.0.jar
MD5: ab48cdaa9aecefe5e938873ba2db3bb0
SHA1: 3083889996b18443c275a352d3ab4bc6c8321598
SHA256: b21d37321b390995c90b5dbb4ff0c33f09d1cc7768207cc0da910ad20bf58961
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath feign-form-3.8.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 Evidence Type Source Name Value Confidence Vendor file name feign-form High Vendor gradle artifactid feign-form Highest Vendor gradle groupid io.github.openfeign.form Highest Vendor jar package name feign Highest Vendor jar package name form Highest Vendor Manifest bundle-symbolicname io.github.openfeign.form.feign-form Medium Vendor pom artifactid feign-form Low Vendor pom groupid io.github.openfeign.form Highest Vendor pom name Open Feign Forms Core High Vendor pom parent-artifactid parent Low Product file name feign-form High Product gradle artifactid feign-form Highest Product jar package name feign Highest Product jar package name form Highest Product jar package name multipart Highest Product Manifest Bundle-Name Open Feign Forms Core Medium Product Manifest bundle-symbolicname io.github.openfeign.form.feign-form Medium Product pom artifactid feign-form Highest Product pom groupid io.github.openfeign.form Highest Product pom name Open Feign Forms Core High Product pom parent-artifactid parent Medium Version file version 3.8.0 High Version gradle version 3.8.0 Highest Version Manifest Bundle-Version 3.8.0 High Version pom version 3.8.0 Highest
feign-form-spring-3.8.0.jarDescription:
Simple encoder for Netflix Feign project, which adds forms support (urlencoded and multipart) License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.openfeign.form/feign-form-spring/3.8.0/71059f6e16ddbaf0e42f1b1aa0bb60cc2f823e4d/feign-form-spring-3.8.0.jar
MD5: 2c7321712d66562130f999b27334a4f6
SHA1: 71059f6e16ddbaf0e42f1b1aa0bb60cc2f823e4d
SHA256: 382fa8a69afea41653c6b1077773c5e80802d7617cd5ee31b93ef15166dc8e46
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath feign-form-spring-3.8.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 Evidence Type Source Name Value Confidence Vendor file name feign-form-spring High Vendor gradle artifactid feign-form-spring Highest Vendor gradle groupid io.github.openfeign.form Highest Vendor jar package name feign Highest Vendor jar package name form Highest Vendor jar package name spring Highest Vendor Manifest bundle-symbolicname io.github.openfeign.form.feign-form-spring Medium Vendor pom artifactid feign-form-spring Low Vendor pom groupid io.github.openfeign.form Highest Vendor pom name Open Feign Forms Extension for Spring High Vendor pom parent-artifactid parent Low Product file name feign-form-spring High Product gradle artifactid feign-form-spring Highest Product jar package name feign Highest Product jar package name form Highest Product jar package name spring Highest Product Manifest Bundle-Name Open Feign Forms Extension for Spring Medium Product Manifest bundle-symbolicname io.github.openfeign.form.feign-form-spring Medium Product pom artifactid feign-form-spring Highest Product pom groupid io.github.openfeign.form Highest Product pom name Open Feign Forms Extension for Spring High Product pom parent-artifactid parent Medium Version file version 3.8.0 High Version gradle version 3.8.0 Highest Version Manifest Bundle-Version 3.8.0 High Version pom version 3.8.0 Highest
feign-hc5-13.1.jarDescription:
Feign Apache HttpComponents Client 5 License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.openfeign/feign-hc5/13.1/7f15d0d796044583c5443dce5a353fdf27e43cfb/feign-hc5-13.1.jar
MD5: 80b04c6593d821b3d54b52153f770809
SHA1: 7f15d0d796044583c5443dce5a353fdf27e43cfb
SHA256: fb9b2810240e21eb4c57a498d60d8e816b18ad1fe493eac5bc1615b37164bb56
Referenced In Projects/Scopes: opencdx-config:compileClasspath opencdx-classification:runtimeClasspath opencdx-config:runtimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-classification:compileClasspath opencdx-config:productionRuntimeClasspath feign-hc5-13.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name feign-hc5 High Vendor gradle artifactid feign-hc5 Highest Vendor gradle groupid io.github.openfeign Highest Vendor jar package name feign Highest Vendor jar package name hc5 Highest Vendor Manifest build-jdk-spec 21 Low Vendor Manifest bundle-docurl https://github.com/openfeign Low Vendor Manifest bundle-symbolicname io.github.openfeign.feign-hc5 Medium Vendor pom artifactid feign-hc5 Low Vendor pom groupid io.github.openfeign Highest Vendor pom name Feign Apache HttpComponents Client 5 High Vendor pom parent-artifactid parent Low Product file name feign-hc5 High Product gradle artifactid feign-hc5 Highest Product jar package name feign Highest Product jar package name hc5 Highest Product Manifest build-jdk-spec 21 Low Product Manifest bundle-docurl https://github.com/openfeign Low Product Manifest Bundle-Name Feign Apache HttpComponents Client 5 Medium Product Manifest bundle-symbolicname io.github.openfeign.feign-hc5 Medium Product pom artifactid feign-hc5 Highest Product pom groupid io.github.openfeign Highest Product pom name Feign Apache HttpComponents Client 5 High Product pom parent-artifactid parent Medium Version file version 13.1 High Version gradle version 13.1 Highest Version pom version 13.1 Highest
feign-httpclient-13.1.jarDescription:
Feign Apache HttpClient License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.openfeign/feign-httpclient/13.1/7516b64c7c237bd0063b4b470a38d2c574417766/feign-httpclient-13.1.jar
MD5: ccd14e54885f6e5788983dae040e9a37
SHA1: 7516b64c7c237bd0063b4b470a38d2c574417766
SHA256: 39299ddd0e9b91f7b373ddcffdf72fc4105b20329522018df3adc874783b4036
Referenced In Projects/Scopes: opencdx-config:compileClasspath opencdx-classification:runtimeClasspath opencdx-config:runtimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-classification:compileClasspath opencdx-config:productionRuntimeClasspath feign-httpclient-13.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name feign-httpclient High Vendor gradle artifactid feign-httpclient Highest Vendor gradle groupid io.github.openfeign Highest Vendor jar package name feign Highest Vendor jar package name httpclient Highest Vendor Manifest build-jdk-spec 21 Low Vendor Manifest bundle-docurl https://github.com/openfeign Low Vendor Manifest bundle-symbolicname io.github.openfeign.feign-httpclient Medium Vendor pom artifactid feign-httpclient Low Vendor pom groupid io.github.openfeign Highest Vendor pom name Feign Apache HttpClient High Vendor pom parent-artifactid parent Low Product file name feign-httpclient High Product gradle artifactid feign-httpclient Highest Product jar package name feign Highest Product jar package name httpclient Highest Product Manifest build-jdk-spec 21 Low Product Manifest bundle-docurl https://github.com/openfeign Low Product Manifest Bundle-Name Feign Apache HttpClient Medium Product Manifest bundle-symbolicname io.github.openfeign.feign-httpclient Medium Product pom artifactid feign-httpclient Highest Product pom groupid io.github.openfeign Highest Product pom name Feign Apache HttpClient High Product pom parent-artifactid parent Medium Version file version 13.1 High Version gradle version 13.1 Highest Version pom version 13.1 Highest
feign-slf4j-13.1.jarDescription:
Feign SLF4J License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.openfeign/feign-slf4j/13.1/95e0c3035872cccdbb90a852249f6d2719e1dfc6/feign-slf4j-13.1.jar
MD5: f8b15a76bdc25df04f1edcb6f1aaeaab
SHA1: 95e0c3035872cccdbb90a852249f6d2719e1dfc6
SHA256: 53077afe08c9e886486661f6294cedbc93107fb4051c24fc4d4360b84784369d
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath feign-slf4j-13.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 Evidence Type Source Name Value Confidence Vendor file name feign-slf4j High Vendor gradle artifactid feign-slf4j Highest Vendor gradle groupid io.github.openfeign Highest Vendor jar package name feign Highest Vendor jar package name slf4j Highest Vendor Manifest build-jdk-spec 21 Low Vendor Manifest bundle-docurl https://github.com/openfeign Low Vendor Manifest bundle-symbolicname io.github.openfeign.feign-slf4j Medium Vendor pom artifactid feign-slf4j Low Vendor pom groupid io.github.openfeign Highest Vendor pom name Feign SLF4J High Vendor pom parent-artifactid parent Low Product file name feign-slf4j High Product gradle artifactid feign-slf4j Highest Product jar package name feign Highest Product jar package name slf4j Highest Product Manifest build-jdk-spec 21 Low Product Manifest bundle-docurl https://github.com/openfeign Low Product Manifest Bundle-Name Feign SLF4J Medium Product Manifest bundle-symbolicname io.github.openfeign.feign-slf4j Medium Product pom artifactid feign-slf4j Highest Product pom groupid io.github.openfeign Highest Product pom name Feign SLF4J High Product pom parent-artifactid parent Medium Version file version 13.1 High Version gradle version 13.1 Highest Version pom version 13.1 Highest
freemarker-2.3.32.jarLicense:
Apache License, Version 2.0; see: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.freemarker/freemarker/2.3.32/8607259125d4fbe982754227ea4f75dd513c6d19/freemarker-2.3.32.jar
MD5: 22624adfe32b76fe3be07a84de4e1c03
SHA1: 8607259125d4fbe982754227ea4f75dd513c6d19
SHA256: 04d65ec1bde6cea20e3495d5e78ef96ab774d9936434861d3254bd88e7e94f92
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath freemarker-2.3.32.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name freemarker High Vendor gradle artifactid freemarker Highest Vendor gradle groupid org.freemarker Highest Vendor jar package name freemarker Highest Vendor jar package name freemarker Low Vendor Manifest automatic-module-name freemarker Medium Vendor Manifest bundle-requiredexecutionenvironment JavaSE-1.8, JavaSE-1.7 Low Vendor Manifest bundle-symbolicname org.freemarker.freemarker Medium Vendor Manifest extension-name FreeMarker Medium Vendor Manifest Implementation-Vendor freemarker.org High Vendor Manifest specification-vendor freemarker.org Low Product file name freemarker High Product gradle artifactid freemarker Highest Product jar package name freemarker Highest Product Manifest automatic-module-name freemarker Medium Product Manifest Bundle-Name org.freemarker.freemarker Medium Product Manifest bundle-requiredexecutionenvironment JavaSE-1.8, JavaSE-1.7 Low Product Manifest bundle-symbolicname org.freemarker.freemarker Medium Product Manifest extension-name FreeMarker Medium Product Manifest Implementation-Title FreeMarker High Product Manifest specification-title FreeMarker Medium Version file version 2.3.32 High Version Manifest Implementation-Version 2.3.32 High
functionaljava-4.8.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.functionaljava/functionaljava/4.8/4ba128b3201038d3088a06b2f33fac17d65ad817/functionaljava-4.8.jarMD5: 540924b32ea6b4fb716f4a7b844fde88SHA1: 4ba128b3201038d3088a06b2f33fac17d65ad817SHA256: 13793ca76d765993ca6cfe919f2c4f5f57362853cf281177c5f8240532aaaee8Referenced In Projects/Scopes:
opencdx-iam:spotless-511629411 opencdx-admin:spotless-511629411 opencdx-audit:spotless-511629411 opencdx-communications:spotless-511629411 OpenCDX:spotless-511629411 opencdx-gateway:spotless-511629411 opencdx-protector:spotless-511629411 opencdx-tinkar:spotless-511629411 opencdx-commons:spotless-511629411 opencdx-connected-test:spotless-511629411 opencdx-client:spotless-511629411 opencdx-questionnaire:spotless-511629411 opencdx-config:spotless-511629411 opencdx-predictor:spotless-511629411 opencdx-discovery:spotless-511629411 opencdx-media:spotless-511629411 opencdx-proto:spotless-511629411 opencdx-anf:spotless-511629411 opencdx-helloworld:spotless-511629411 opencdx-routine:spotless-511629411 opencdx-classification:spotless-511629411 functionaljava-4.8.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 Evidence Type Source Name Value Confidence Vendor file name functionaljava High Vendor gradle artifactid functionaljava Highest Vendor gradle groupid org.functionaljava Highest Vendor jar package name data Low Vendor jar package name fj Low Vendor Manifest bundle-activationpolicy lazy Low Vendor Manifest bundle-symbolicname org.functionaljava Medium Product file name functionaljava High Product gradle artifactid functionaljava Highest Product jar package name data Low Product jar package name java Highest Product Manifest bundle-activationpolicy lazy Low Product Manifest Bundle-Name Functional Java Medium Product Manifest bundle-symbolicname org.functionaljava Medium Version file name functionaljava Medium Version file version 4.8 High Version gradle version 4.8 Highest Version Manifest Bundle-Version 4.8 High Version Manifest signature-version 4.8 Medium
google-java-format-1.18.1.jarDescription:
A Java source code formatter that follows Google Java Style.
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.googlejavaformat/google-java-format/1.18.1/e0af1ea2d21fa20914b3a1308cd64d3dcd37d797/google-java-format-1.18.1.jarMD5: 488ee087f72edf74201aa8872b0d07c4SHA1: e0af1ea2d21fa20914b3a1308cd64d3dcd37d797SHA256: ebbe63a3dbc0dc2efafaad1df6408f0b510239ccc5e4595bf499ba479e0ae4a9Referenced In Projects/Scopes:
opencdx-connected-test:spotless865458226 opencdx-questionnaire:spotless865458226 opencdx-commons:spotless865458226 opencdx-predictor:spotless865458226 opencdx-proto:spotless865458226 opencdx-tinkar:spotless865458226 opencdx-protector:spotless865458226 opencdx-gateway:spotless865458226 opencdx-config:spotless865458226 opencdx-classification:spotless865458226 opencdx-communications:spotless865458226 opencdx-discovery:spotless865458226 opencdx-routine:spotless865458226 OpenCDX:spotless865458226 opencdx-admin:spotless865458226 opencdx-anf:spotless865458226 opencdx-helloworld:spotless865458226 opencdx-iam:spotless865458226 opencdx-media:spotless865458226 opencdx-client:spotless865458226 opencdx-audit:spotless865458226 google-java-format-1.18.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/OpenCDX@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name google-java-format High Vendor gradle artifactid google-java-format Highest Vendor gradle groupid com.google.googlejavaformat Highest Vendor jar package name formatter Highest Vendor jar package name google Highest Vendor jar package name googlejavaformat Highest Vendor jar package name java Highest Vendor Manifest add-exports jdk.compiler/com.sun.tools.javac.api jdk.compiler/com.sun.tools.javac.code jdk.compiler/com.sun.tools.javac.file jdk.compiler/com.sun.tools.javac.parser jdk.compiler/com.sun.tools.javac.tree jdk.compiler/com.sun.tools.javac.util Low Vendor Manifest automatic-module-name com.google.googlejavaformat Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Google Inc. High Vendor pom artifactid google-java-format Low Vendor pom groupid com.google.googlejavaformat Highest Vendor pom name Google Java Format High Vendor pom parent-artifactid google-java-format-parent Low Product file name google-java-format High Product gradle artifactid google-java-format Highest Product jar package name formatter Highest Product jar package name google Highest Product jar package name googlejavaformat Highest Product jar package name java Highest Product Manifest add-exports jdk.compiler/com.sun.tools.javac.api jdk.compiler/com.sun.tools.javac.code jdk.compiler/com.sun.tools.javac.file jdk.compiler/com.sun.tools.javac.parser jdk.compiler/com.sun.tools.javac.tree jdk.compiler/com.sun.tools.javac.util Low Product Manifest automatic-module-name com.google.googlejavaformat Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Google Java Format High Product pom artifactid google-java-format Highest Product pom groupid com.google.googlejavaformat Highest Product pom name Google Java Format High Product pom parent-artifactid google-java-format-parent Medium Version file version 1.18.1 High Version gradle version 1.18.1 Highest Version Manifest Implementation-Version 1.18.1 High Version pom version 1.18.1 Highest
graph.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/content/js/graph.jsMD5: 0b96e11b0efd7532836d8e5a62063080SHA1: fb29740bd52d4a34511a6390053a1e5891247629SHA256: 8c0d4e634fd2d4a78f8795891fdf95f88f847331e6401e0df5fe037c4214d072Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
grpc-api-1.57.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.grpc/grpc-api/1.57.0/768ab3e583b213a3672ec776e70765b594e8bbe5/grpc-api-1.57.0.jarMD5: 25179b8be2f4341720fafdcd11b51d61SHA1: 768ab3e583b213a3672ec776e70765b594e8bbe5SHA256: 8d2c384299f84ee8aa7f670f00e7cb26b87e231cf3091474307b32b76910f71cReferenced In Projects/Scopes:
opencdx-routine:compileClasspath opencdx-connected-test:compileClasspath opencdx-audit:compileClasspath opencdx-client:compileClasspath opencdx-media:compileClasspath opencdx-questionnaire:compileClasspath opencdx-commons:compileClasspath opencdx-helloworld:compileClasspath opencdx-tinkar:compileClasspath opencdx-protector:compileClasspath opencdx-iam:compileClasspath opencdx-anf:compileClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath opencdx-communications:compileClasspath grpc-api-1.57.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name grpc-api High Vendor gradle artifactid grpc-api Highest Vendor gradle groupid io.grpc Highest Vendor jar package name grpc Low Vendor jar package name io Low Product file name grpc-api High Product gradle artifactid grpc-api Highest Product jar package name grpc Low Product Manifest Implementation-Title jar High Version file version 1.57.0 High Version Manifest Implementation-Version 1.57.0 High
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
grpc-api-1.57.2.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.grpc/grpc-api/1.57.2/c71a006b81ddae7bc4b7cb1d2da78c1b173761f4/grpc-api-1.57.2.jarMD5: e891c1deb767846405d8b41932130145SHA1: c71a006b81ddae7bc4b7cb1d2da78c1b173761f4SHA256: 42b72e6572c084055ac3ce03e6efe433eb05ef620b3daf5136a4359fc72cc3e1Referenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-proto:runtimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-proto:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-proto:compileProtoPath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-proto:productionRuntimeClasspath opencdx-iam:runtimeClasspath grpc-api-1.57.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.grpc/grpc-stub@1.57.2 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.grpc/grpc-stub@1.57.2 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.grpc/grpc-stub@1.57.2 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.grpc/grpc-stub@1.57.2 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name grpc-api High Vendor gradle artifactid grpc-api Highest Vendor gradle groupid io.grpc Highest Vendor jar package name grpc Low Vendor jar package name io Low Product file name grpc-api High Product gradle artifactid grpc-api Highest Product jar package name grpc Low Product Manifest Implementation-Title jar High Version file version 1.57.2 High Version Manifest Implementation-Version 1.57.2 High
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
grpc-context-1.57.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.grpc/grpc-context/1.57.0/8d8f26a9b0bed637ee4592e1df3ef134ed2c54fd/grpc-context-1.57.0.jarMD5: ed88ac1122e642ff9b75b63a2de16342SHA1: 8d8f26a9b0bed637ee4592e1df3ef134ed2c54fdSHA256: 953fcacd82f531e69b76e3834f5830bad4c22ae84144e058d71dc80a7430275dReferenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath grpc-context-1.57.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name grpc-context High Vendor gradle artifactid grpc-context Highest Vendor gradle groupid io.grpc Highest Product file name grpc-context High Product gradle artifactid grpc-context Highest Product Manifest Implementation-Title jar High Version file version 1.57.0 High Version Manifest Implementation-Version 1.57.0 High
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
grpc-core-1.57.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.grpc/grpc-core/1.57.0/2b6ef5166f31315098fff9bb85f33ab5fed58f6b/grpc-core-1.57.0.jarMD5: 7898f59f1265a5426146c5af22c74088SHA1: 2b6ef5166f31315098fff9bb85f33ab5fed58f6bSHA256: 3bee48c73bc4c5b55bed79be0e484adf26ba56bebbe5798ddbf34714ef1e1ceaReferenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath grpc-core-1.57.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name grpc-core High Vendor gradle artifactid grpc-core Highest Vendor gradle groupid io.grpc Highest Vendor jar package name grpc Low Vendor jar package name internal Low Vendor jar package name io Low Product file name grpc-core High Product gradle artifactid grpc-core Highest Product jar package name grpc Low Product jar package name internal Low Product Manifest Implementation-Title jar High Version file version 1.57.0 High Version Manifest Implementation-Version 1.57.0 High
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
grpc-netty-shaded-1.57.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.grpc/grpc-netty-shaded/1.57.0/69df955c77367f160b0e8c46780d256b67bf8c0f/grpc-netty-shaded-1.57.0.jarMD5: ee8170bce81a6a9fa5e784c4565bcc57SHA1: 69df955c77367f160b0e8c46780d256b67bf8c0fSHA256: a66fd247ae11de3bbaddef4c5afd5eb1d387dc163e26e2efc35e196785785fc5Referenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath grpc-netty-shaded-1.57.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name grpc-netty-shaded High Vendor gradle artifactid grpc-netty-shaded Highest Vendor gradle groupid io.grpc Highest Vendor jar package name grpc Low Vendor jar package name io Low Vendor jar package name netty Low Product file name grpc-netty-shaded High Product gradle artifactid grpc-netty-shaded Highest Product jar package name grpc Low Product jar package name netty Low Product jar package name shaded Low Product Manifest Implementation-Title jar High Version file version 1.57.0 High Version Manifest Implementation-Version 1.57.0 High
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
grpc-protobuf-1.57.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.grpc/grpc-protobuf/1.57.0/49986e40de6cbd14ba26247639b18ab0bac921c1/grpc-protobuf-1.57.0.jarMD5: b17134b384e6422f5bf698ff120ccfa6SHA1: 49986e40de6cbd14ba26247639b18ab0bac921c1SHA256: 49f986d4eab12610fdba4a6890fca52d5eb653598916fdb863a366d5e28eecf7Referenced In Projects/Scopes:
opencdx-routine:compileClasspath opencdx-connected-test:compileClasspath opencdx-audit:compileClasspath opencdx-client:compileClasspath opencdx-media:compileClasspath opencdx-questionnaire:compileClasspath opencdx-commons:compileClasspath opencdx-helloworld:compileClasspath opencdx-tinkar:compileClasspath opencdx-protector:compileClasspath opencdx-iam:compileClasspath opencdx-anf:compileClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath opencdx-communications:compileClasspath grpc-protobuf-1.57.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name grpc-protobuf High Vendor gradle artifactid grpc-protobuf Highest Vendor gradle groupid io.grpc Highest Vendor jar package name grpc Low Vendor jar package name io Low Vendor jar package name protobuf Low Product file name grpc-protobuf High Product gradle artifactid grpc-protobuf Highest Product jar package name grpc Low Product jar package name protobuf Low Product Manifest Implementation-Title jar High Version file version 1.57.0 High Version Manifest Implementation-Version 1.57.0 High
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
grpc-protobuf-1.57.2.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.grpc/grpc-protobuf/1.57.2/a8354b878571970c518994b95627dc527270bfc4/grpc-protobuf-1.57.2.jarMD5: 884394a1867c8cdb9a2fb8eb43b5105fSHA1: a8354b878571970c518994b95627dc527270bfc4SHA256: 31630d8a9e9f08a959862015e30a4863908be3680c3a686f4c1f08d2ffeaf706Referenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-proto:runtimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-proto:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-proto:compileProtoPath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-proto:productionRuntimeClasspath opencdx-iam:runtimeClasspath grpc-protobuf-1.57.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name grpc-protobuf High Vendor gradle artifactid grpc-protobuf Highest Vendor gradle groupid io.grpc Highest Vendor jar package name grpc Low Vendor jar package name io Low Vendor jar package name protobuf Low Product file name grpc-protobuf High Product gradle artifactid grpc-protobuf Highest Product jar package name grpc Low Product jar package name protobuf Low Product Manifest Implementation-Title jar High Version file version 1.57.2 High Version Manifest Implementation-Version 1.57.2 High
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
grpc-protobuf-lite-1.57.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.grpc/grpc-protobuf-lite/1.57.0/ca0084219b71d29cd9bfc3b81780aca91a965753/grpc-protobuf-lite-1.57.0.jarMD5: d5f93d64063240d90692ebe8f2ee25f7SHA1: ca0084219b71d29cd9bfc3b81780aca91a965753SHA256: 2c507c02d981b84a21763d44e09af4f279881dd3e25be3080f6361258607f198Referenced In Projects/Scopes:
opencdx-routine:compileClasspath opencdx-connected-test:compileClasspath opencdx-audit:compileClasspath opencdx-client:compileClasspath opencdx-media:compileClasspath opencdx-questionnaire:compileClasspath opencdx-commons:compileClasspath opencdx-helloworld:compileClasspath opencdx-tinkar:compileClasspath opencdx-protector:compileClasspath opencdx-iam:compileClasspath opencdx-anf:compileClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath opencdx-communications:compileClasspath grpc-protobuf-lite-1.57.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name grpc-protobuf-lite High Vendor gradle artifactid grpc-protobuf-lite Highest Vendor gradle groupid io.grpc Highest Vendor jar package name grpc Low Vendor jar package name io Low Vendor jar package name protobuf Low Product file name grpc-protobuf-lite High Product gradle artifactid grpc-protobuf-lite Highest Product jar package name grpc Low Product jar package name lite Low Product jar package name protobuf Low Product Manifest Implementation-Title jar High Version file version 1.57.0 High Version Manifest Implementation-Version 1.57.0 High
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
grpc-protobuf-lite-1.57.2.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.grpc/grpc-protobuf-lite/1.57.2/14d8e0cab40bf2f661e07b8d0dcc4192d4e9e85a/grpc-protobuf-lite-1.57.2.jarMD5: 8ca97912775e09e543158b64e0aa859aSHA1: 14d8e0cab40bf2f661e07b8d0dcc4192d4e9e85aSHA256: fc4917dc5d419ac810fb3f27523c14e75e1fe50372154fab29324215ee6a955aReferenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-proto:runtimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-proto:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-proto:compileProtoPath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-proto:productionRuntimeClasspath opencdx-iam:runtimeClasspath grpc-protobuf-lite-1.57.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name grpc-protobuf-lite High Vendor gradle artifactid grpc-protobuf-lite Highest Vendor gradle groupid io.grpc Highest Vendor jar package name grpc Low Vendor jar package name io Low Vendor jar package name protobuf Low Product file name grpc-protobuf-lite High Product gradle artifactid grpc-protobuf-lite Highest Product jar package name grpc Low Product jar package name lite Low Product jar package name protobuf Low Product Manifest Implementation-Title jar High Version file version 1.57.2 High Version Manifest Implementation-Version 1.57.2 High
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
grpc-services-1.57.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.grpc/grpc-services/1.57.0/7b05ca2600e5fa2414dd6d7d69efe1f718b66e59/grpc-services-1.57.0.jarMD5: eb0ca38c29eedb4ef177703d73f9b7a5SHA1: 7b05ca2600e5fa2414dd6d7d69efe1f718b66e59SHA256: 26b5dc949efb5ee6af829cf2316f257f019071017a0ead0061b6efb4a630e46aReferenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath grpc-services-1.57.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name grpc-services High Vendor gradle artifactid grpc-services Highest Vendor gradle groupid io.grpc Highest Vendor jar package name channelz Low Vendor jar package name grpc Low Vendor jar package name io Low Product file name grpc-services High Product gradle artifactid grpc-services Highest Product jar package name channelz Low Product jar package name grpc Low Product jar package name v1 Low Product Manifest Implementation-Title jar High Version file version 1.57.0 High Version Manifest Implementation-Version 1.57.0 High
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
grpc-spring-boot-starter-5.1.4.jar grpc-stub-1.57.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.grpc/grpc-stub/1.57.0/262e1469c080164d5e2459f4908394d66f4e8828/grpc-stub-1.57.0.jarMD5: eebfe1d1a0972861b91bf5887c842e7cSHA1: 262e1469c080164d5e2459f4908394d66f4e8828SHA256: 6e6ee141539fa14d9fa479f7f511605544443c7e011e78e273cf9468aa183060Referenced In Projects/Scopes:
opencdx-routine:compileClasspath opencdx-connected-test:compileClasspath opencdx-audit:compileClasspath opencdx-client:compileClasspath opencdx-media:compileClasspath opencdx-questionnaire:compileClasspath opencdx-commons:compileClasspath opencdx-helloworld:compileClasspath opencdx-tinkar:compileClasspath opencdx-protector:compileClasspath opencdx-iam:compileClasspath opencdx-anf:compileClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath opencdx-communications:compileClasspath grpc-stub-1.57.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name grpc-stub High Vendor gradle artifactid grpc-stub Highest Vendor gradle groupid io.grpc Highest Vendor jar package name grpc Low Vendor jar package name io Low Vendor jar package name stub Low Product file name grpc-stub High Product gradle artifactid grpc-stub Highest Product jar package name grpc Low Product jar package name stub Low Product Manifest Implementation-Title jar High Version file version 1.57.0 High Version Manifest Implementation-Version 1.57.0 High
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
grpc-stub-1.57.2.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.grpc/grpc-stub/1.57.2/df47b4eb69fb36940689649400c8e9cbf7c3dc2c/grpc-stub-1.57.2.jarMD5: 47876a053863766a231b1c4ca0b07a51SHA1: df47b4eb69fb36940689649400c8e9cbf7c3dc2cSHA256: 84d2af12719168f76375f2afdfd6eb5133a865edba9244d40e6b968e3adde1d3Referenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-proto:runtimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-proto:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-proto:compileProtoPath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-proto:productionRuntimeClasspath opencdx-iam:runtimeClasspath grpc-stub-1.57.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name grpc-stub High Vendor gradle artifactid grpc-stub Highest Vendor gradle groupid io.grpc Highest Vendor jar package name grpc Low Vendor jar package name io Low Vendor jar package name stub Low Product file name grpc-stub High Product gradle artifactid grpc-stub Highest Product jar package name grpc Low Product jar package name stub Low Product Manifest Implementation-Title jar High Version file version 1.57.2 High Version Manifest Implementation-Version 1.57.2 High
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
gson-2.10.1.jar guava-19.0.jarDescription:
Guava is a suite of core and expanded libraries that include
utility classes, google's collections, io classes, and much
much more.
Guava has only one code dependency - javax.annotation,
per the JSR-305 spec.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/19.0/6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9/guava-19.0.jar
MD5: 43bfc49bdc7324f6daaa60c1ee9f3972
SHA1: 6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9
SHA256: 58d4cc2e05ebb012bbac568b032f75623be1cb6fb096f3c60c72a86f7f057de4
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-admin:compileClasspath opencdx-gateway:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-config:runtimeClasspath opencdx-discovery:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-gateway:runtimeClasspath guava-19.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name guava High Vendor gradle artifactid guava Highest Vendor gradle groupid com.google.guava Highest Vendor jar package name google Highest Vendor Manifest bundle-docurl https://guava-libraries.googlecode.com/ Low Vendor Manifest bundle-symbolicname com.google.guava Medium Vendor pom artifactid guava Low Vendor pom groupid com.google.guava Highest Vendor pom name Guava: Google Core Libraries for Java High Vendor pom parent-artifactid guava-parent Low Product file name guava High Product gradle artifactid guava Highest Product jar package name google Highest Product Manifest bundle-docurl https://guava-libraries.googlecode.com/ Low Product Manifest Bundle-Name Guava: Google Core Libraries for Java Medium Product Manifest bundle-symbolicname com.google.guava Medium Product pom artifactid guava Highest Product pom groupid com.google.guava Highest Product pom name Guava: Google Core Libraries for Java High Product pom parent-artifactid guava-parent Medium Version file version 19.0 High Version gradle version 19.0 Highest Version pom version 19.0 Highest
CVE-2023-2976 suppress
Use of Java's default temporary directory for file creation in `FileBackedOutputStream` in Google Guava versions 1.0 to 31.1 on Unix systems and Android Ice Cream Sandwich allows other users and apps on the machine with access to the default Java temporary directory to be able to access the files created by the class.
Even though the security vulnerability is fixed in version 32.0.0, we recommend using version 32.0.1 as version 32.0.0 breaks some functionality under Windows.
CWE-552 Files or Directories Accessible to External Parties
CVSSv3:
Base Score: HIGH (7.1) Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N/E:1.8/RC:R/MAV:A References:
Vulnerable Software & Versions:
CVE-2018-10237 suppress
Unbounded memory allocation in Google Guava 11.0 through 24.x before 24.1.1 allows remote attackers to conduct denial of service attacks against servers that depend on this library and deserialize attacker-provided data, because the AtomicDoubleArray class (when serialized with Java serialization) and the CompoundOrdering class (when serialized with GWT serialization) perform eager allocation without appropriate checks on what a client has sent and whether the data size is reasonable. CWE-770 Allocation of Resources Without Limits or Throttling
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:N/A:P CVSSv3:
Base Score: MEDIUM (5.9) Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:2.2/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
CVE-2020-8908 suppress
A temp directory creation vulnerability exists in all versions of Guava, allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava API com.google.common.io.Files.createTempDir(). By default, on unix-like systems, the created directory is world-readable (readable by an attacker with access to the system). The method in question has been marked @Deprecated in versions 30.0 and later and should not be used. For Android developers, we recommend choosing a temporary directory API provided by Android, such as context.getCacheDir(). For other Java developers, we recommend migrating to the Java 7 API java.nio.file.Files.createTempDirectory() which explicitly configures permissions of 700, or configuring the Java runtime's java.io.tmpdir system property to point to a location whose permissions are appropriately configured.
CWE-378 Creation of Temporary File With Insecure Permissions, CWE-732 Incorrect Permission Assignment for Critical Resource
CVSSv2:
Base Score: LOW (2.1) Vector: /AV:L/AC:L/Au:N/C:P/I:N/A:N CVSSv3:
Base Score: LOW (3.3) Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:1.8/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
guava-31.1-jre.jarDescription:
Guava is a suite of core and expanded libraries that include
utility classes, Google's collections, I/O classes, and
much more.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/31.1-jre/60458f877d055d0c9114d9e1a2efb737b4bc282c/guava-31.1-jre.jar
MD5: e37782d974104aa3b0a7bee9927c8042
SHA1: 60458f877d055d0c9114d9e1a2efb737b4bc282c
SHA256: a42edc9cab792e39fe39bb94f3fca655ed157ff87a8af78e1d6ba5b07c4a00ab
Referenced In Projects/Scopes: opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 guava-31.1-jre.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name guava High Vendor gradle artifactid guava Highest Vendor gradle groupid com.google.guava Highest Vendor jar package name common Highest Vendor jar package name google Highest Vendor Manifest automatic-module-name com.google.common Medium Vendor Manifest bundle-docurl https://github.com/google/guava/ Low Vendor Manifest bundle-symbolicname com.google.guava Medium Vendor pom artifactid guava Low Vendor pom groupid com.google.guava Highest Vendor pom name Guava: Google Core Libraries for Java High Vendor pom parent-artifactid guava-parent Low Vendor pom url google/guava Highest Product file name guava High Product gradle artifactid guava Highest Product jar package name common Highest Product jar package name google Highest Product Manifest automatic-module-name com.google.common Medium Product Manifest bundle-docurl https://github.com/google/guava/ Low Product Manifest Bundle-Name Guava: Google Core Libraries for Java Medium Product Manifest bundle-symbolicname com.google.guava Medium Product pom artifactid guava Highest Product pom groupid com.google.guava Highest Product pom name Guava: Google Core Libraries for Java High Product pom parent-artifactid guava-parent Medium Product pom url google/guava High Version gradle version 31.1-jre Highest Version pom version 31.1-jre Highest
CVE-2023-2976 suppress
Use of Java's default temporary directory for file creation in `FileBackedOutputStream` in Google Guava versions 1.0 to 31.1 on Unix systems and Android Ice Cream Sandwich allows other users and apps on the machine with access to the default Java temporary directory to be able to access the files created by the class.
Even though the security vulnerability is fixed in version 32.0.0, we recommend using version 32.0.1 as version 32.0.0 breaks some functionality under Windows.
CWE-552 Files or Directories Accessible to External Parties
CVSSv3:
Base Score: HIGH (7.1) Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N/E:1.8/RC:R/MAV:A References:
Vulnerable Software & Versions:
CVE-2020-8908 suppress
A temp directory creation vulnerability exists in all versions of Guava, allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava API com.google.common.io.Files.createTempDir(). By default, on unix-like systems, the created directory is world-readable (readable by an attacker with access to the system). The method in question has been marked @Deprecated in versions 30.0 and later and should not be used. For Android developers, we recommend choosing a temporary directory API provided by Android, such as context.getCacheDir(). For other Java developers, we recommend migrating to the Java 7 API java.nio.file.Files.createTempDirectory() which explicitly configures permissions of 700, or configuring the Java runtime's java.io.tmpdir system property to point to a location whose permissions are appropriately configured.
CWE-378 Creation of Temporary File With Insecure Permissions, CWE-732 Incorrect Permission Assignment for Critical Resource
CVSSv2:
Base Score: LOW (2.1) Vector: /AV:L/AC:L/Au:N/C:P/I:N/A:N CVSSv3:
Base Score: LOW (3.3) Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:1.8/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
guava-32.0.1-android.jarDescription:
Guava is a suite of core and expanded libraries that include
utility classes, Google's collections, I/O classes, and
much more.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/32.0.1-android/d3fe54a75aeaca33fc562a2a9c1dc181e54cc5e9/guava-32.0.1-android.jar
MD5: 06337414d48d59da0e4b2b15adc248bb
SHA1: d3fe54a75aeaca33fc562a2a9c1dc181e54cc5e9
SHA256: 12429ff9ac33b7afd8b1a5071179757cf4d3c47f0f4099bc0384e644ecbf82dd
Referenced In Projects/Scopes: opencdx-routine:compileClasspath opencdx-proto:compileProtoPath opencdx-client:compileClasspath opencdx-media:compileClasspath opencdx-questionnaire:compileClasspath opencdx-helloworld:compileClasspath opencdx-tinkar:compileClasspath opencdx-protector:compileClasspath opencdx-proto:runtimeClasspath opencdx-iam:compileClasspath opencdx-anf:compileClasspath opencdx-proto:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath opencdx-proto:compileClasspath opencdx-communications:compileClasspath guava-32.0.1-android.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/io.grpc/grpc-stub@1.57.2 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/io.grpc/grpc-stub@1.57.2 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/io.grpc/grpc-stub@1.57.2 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/io.grpc/grpc-stub@1.57.2 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 Evidence Type Source Name Value Confidence Vendor file name guava High Vendor gradle artifactid guava Highest Vendor gradle groupid com.google.guava Highest Vendor jar package name common Highest Vendor jar package name google Highest Vendor Manifest automatic-module-name com.google.common Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl https://github.com/google/guava/ Low Vendor Manifest bundle-symbolicname com.google.guava Medium Vendor pom artifactid guava Low Vendor pom groupid com.google.guava Highest Vendor pom name Guava: Google Core Libraries for Java High Vendor pom parent-artifactid guava-parent Low Vendor pom url google/guava Highest Product file name guava High Product gradle artifactid guava Highest Product jar package name common Highest Product jar package name google Highest Product Manifest automatic-module-name com.google.common Medium Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl https://github.com/google/guava/ Low Product Manifest Bundle-Name Guava: Google Core Libraries for Java Medium Product Manifest bundle-symbolicname com.google.guava Medium Product pom artifactid guava Highest Product pom groupid com.google.guava Highest Product pom name Guava: Google Core Libraries for Java High Product pom parent-artifactid guava-parent Medium Product pom url google/guava High Version gradle version 32.0.1-android Highest Version pom version 32.0.1-android Highest
guava-32.0.1-jre.jar guava-32.1.1-jre.jarDescription:
Guava is a suite of core and expanded libraries that include
utility classes, Google's collections, I/O classes, and
much more.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/32.1.1-jre/ad575652d84153075dd41ec6177ccb15251262b2/guava-32.1.1-jre.jar
MD5: 55870c9a31bf9ba2815f252a93ab0850
SHA1: ad575652d84153075dd41ec6177ccb15251262b2
SHA256: 91fbba37f1c8b251cf9ea9e7d3a369eb79eb1e6a5df1d4bbf483dd0380740281
Referenced In Projects/Scopes: opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-connected-test:productionRuntimeClasspath guava-32.1.1-jre.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name guava High Vendor gradle artifactid guava Highest Vendor gradle groupid com.google.guava Highest Vendor jar package name common Highest Vendor jar package name google Highest Vendor Manifest automatic-module-name com.google.common Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl https://github.com/google/guava/ Low Vendor Manifest bundle-symbolicname com.google.guava Medium Vendor pom artifactid guava Low Vendor pom groupid com.google.guava Highest Vendor pom name Guava: Google Core Libraries for Java High Vendor pom parent-artifactid guava-parent Low Vendor pom url google/guava Highest Product file name guava High Product gradle artifactid guava Highest Product jar package name common Highest Product jar package name google Highest Product Manifest automatic-module-name com.google.common Medium Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl https://github.com/google/guava/ Low Product Manifest Bundle-Name Guava: Google Core Libraries for Java Medium Product Manifest bundle-symbolicname com.google.guava Medium Product pom artifactid guava Highest Product pom groupid com.google.guava Highest Product pom name Guava: Google Core Libraries for Java High Product pom parent-artifactid guava-parent Medium Product pom url google/guava High Version gradle version 32.1.1-jre Highest Version pom version 32.1.1-jre Highest
guava-32.1.2-jre.jarDescription:
Guava is a suite of core and expanded libraries that include
utility classes, Google's collections, I/O classes, and
much more.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/32.1.2-jre/5e64ec7e056456bef3a4bc4c6fdaef71e8ab6318/guava-32.1.2-jre.jar
MD5: 5fe031b3b35ed56182478811a931d617
SHA1: 5e64ec7e056456bef3a4bc4c6fdaef71e8ab6318
SHA256: bc65dea7cfd9e4dacf8419d8af0e741655857d27885bb35d943d7187fc3a8fce
Referenced In Projects/Scopes: opencdx-iam:spotless-511629411 opencdx-admin:spotless-511629411 opencdx-audit:spotless-511629411 opencdx-communications:spotless-511629411 OpenCDX:spotless-511629411 opencdx-gateway:spotless-511629411 opencdx-protector:spotless-511629411 opencdx-tinkar:spotless-511629411 opencdx-commons:spotless-511629411 opencdx-connected-test:spotless-511629411 opencdx-client:spotless-511629411 opencdx-questionnaire:spotless-511629411 opencdx-config:spotless-511629411 opencdx-predictor:spotless-511629411 opencdx-discovery:spotless-511629411 opencdx-media:spotless-511629411 opencdx-proto:spotless-511629411 opencdx-anf:spotless-511629411 opencdx-helloworld:spotless-511629411 opencdx-routine:spotless-511629411 opencdx-classification:spotless-511629411 guava-32.1.2-jre.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 Evidence Type Source Name Value Confidence Vendor file name guava High Vendor gradle artifactid guava Highest Vendor gradle groupid com.google.guava Highest Vendor jar package name common Highest Vendor jar package name google Highest Vendor Manifest automatic-module-name com.google.common Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl https://github.com/google/guava/ Low Vendor Manifest bundle-symbolicname com.google.guava Medium Vendor pom artifactid guava Low Vendor pom groupid com.google.guava Highest Vendor pom name Guava: Google Core Libraries for Java High Vendor pom parent-artifactid guava-parent Low Vendor pom url google/guava Highest Product file name guava High Product gradle artifactid guava Highest Product jar package name common Highest Product jar package name google Highest Product Manifest automatic-module-name com.google.common Medium Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl https://github.com/google/guava/ Low Product Manifest Bundle-Name Guava: Google Core Libraries for Java Medium Product Manifest bundle-symbolicname com.google.guava Medium Product pom artifactid guava Highest Product pom groupid com.google.guava Highest Product pom name Guava: Google Core Libraries for Java High Product pom parent-artifactid guava-parent Medium Product pom url google/guava High Version gradle version 32.1.2-jre Highest Version pom version 32.1.2-jre Highest
guava-32.1.3-jre.jarDescription:
Guava is a suite of core and expanded libraries that include
utility classes, Google's collections, I/O classes, and
much more.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/32.1.3-jre/f306708742ce2bf0fb0901216183bc14073feae/guava-32.1.3-jre.jar
MD5: adc3cf557a48d15cb71be90948558923
SHA1: 0f306708742ce2bf0fb0901216183bc14073feae
SHA256: 6d4e2b5a118aab62e6e5e29d185a0224eed82c85c40ac3d33cf04a270c3b3744
Referenced In Projects/Scopes: opencdx-connected-test:spotless865458226 opencdx-questionnaire:spotless865458226 opencdx-commons:spotless865458226 opencdx-predictor:spotless865458226 opencdx-proto:spotless865458226 opencdx-tinkar:spotless865458226 opencdx-protector:spotless865458226 opencdx-gateway:spotless865458226 opencdx-config:spotless865458226 opencdx-classification:spotless865458226 opencdx-communications:spotless865458226 opencdx-discovery:spotless865458226 opencdx-routine:spotless865458226 OpenCDX:spotless865458226 opencdx-admin:spotless865458226 opencdx-anf:spotless865458226 opencdx-helloworld:spotless865458226 opencdx-iam:spotless865458226 opencdx-media:spotless865458226 opencdx-client:spotless865458226 opencdx-audit:spotless865458226 guava-32.1.3-jre.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/OpenCDX@0.0.20240215164017 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/com.google.googlejavaformat/google-java-format@1.18.1 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name guava High Vendor gradle artifactid guava Highest Vendor gradle groupid com.google.guava Highest Vendor jar package name common Highest Vendor jar package name google Highest Vendor Manifest automatic-module-name com.google.common Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl https://github.com/google/guava/ Low Vendor Manifest bundle-symbolicname com.google.guava Medium Vendor pom artifactid guava Low Vendor pom groupid com.google.guava Highest Vendor pom name Guava: Google Core Libraries for Java High Vendor pom parent-artifactid guava-parent Low Vendor pom url google/guava Highest Product file name guava High Product gradle artifactid guava Highest Product jar package name common Highest Product jar package name google Highest Product Manifest automatic-module-name com.google.common Medium Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl https://github.com/google/guava/ Low Product Manifest Bundle-Name Guava: Google Core Libraries for Java Medium Product Manifest bundle-symbolicname com.google.guava Medium Product pom artifactid guava Highest Product pom groupid com.google.guava Highest Product pom name Guava: Google Core Libraries for Java High Product pom parent-artifactid guava-parent Medium Product pom url google/guava High Version gradle version 32.1.3-jre Highest Version pom version 32.1.3-jre Highest
hamcrest-2.2.jar hapi-fhir-base-6.8.5.jarDescription:
An open-source implementation of the FHIR specification in Java. License:
https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/ca.uhn.hapi.fhir/hapi-fhir-base/6.8.5/32756abe216a863d4e6a0f99b15b5dd00e3a848e/hapi-fhir-base-6.8.5.jar
MD5: 0afbc6542f7a9753f514ee020f064427
SHA1: 32756abe216a863d4e6a0f99b15b5dd00e3a848e
SHA256: a2c44d37c8e89883d8c0d519c92a2fc2e5b2dfa99befdafb95798fccccb1023a
Referenced In Projects/Scopes: opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-connected-test:productionRuntimeClasspath hapi-fhir-base-6.8.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 Evidence Type Source Name Value Confidence Vendor file name hapi-fhir-base High Vendor gradle artifactid hapi-fhir-base Highest Vendor gradle groupid ca.uhn.hapi.fhir Highest Vendor jar package name ca Highest Vendor jar package name fhir Highest Vendor jar package name uhn Highest Vendor Manifest bundle-docurl https://smilecdr.com Low Vendor Manifest bundle-symbolicname ca.uhn.hapi.fhir.hapi-fhir-base Medium Vendor pom artifactid hapi-fhir-base Low Vendor pom groupid ca.uhn.hapi.fhir Highest Vendor pom name HAPI FHIR - Core Library High Vendor pom parent-artifactid hapi-deployable-pom Low Vendor pom url http://jamesagnew.github.io/hapi-fhir/ Highest Product file name hapi-fhir-base High Product gradle artifactid hapi-fhir-base Highest Product jar package name ca Highest Product jar package name fhir Highest Product jar package name uhn Highest Product Manifest bundle-docurl https://smilecdr.com Low Product Manifest Bundle-Name HAPI FHIR - Core Library Medium Product Manifest bundle-symbolicname ca.uhn.hapi.fhir.hapi-fhir-base Medium Product pom artifactid hapi-fhir-base Highest Product pom groupid ca.uhn.hapi.fhir Highest Product pom name HAPI FHIR - Core Library High Product pom parent-artifactid hapi-deployable-pom Medium Product pom url http://jamesagnew.github.io/hapi-fhir/ Medium Version file version 6.8.5 High Version gradle version 6.8.5 Highest Version Manifest Bundle-Version 6.8.5 High Version pom version 6.8.5 Highest
hapi-fhir-caching-api-6.8.5.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/ca.uhn.hapi.fhir/hapi-fhir-caching-api/6.8.5/a9d22a76b8830160e985e6cca0227b095706b881/hapi-fhir-caching-api-6.8.5.jarMD5: dab6fad8dcadfa9376aae176557d39bbSHA1: a9d22a76b8830160e985e6cca0227b095706b881SHA256: 22f2481b2dddbaf66544e7085c4178316b2bb36c86232a190acef78d038f3507Referenced In Projects/Scopes:
opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-connected-test:productionRuntimeClasspath hapi-fhir-caching-api-6.8.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 Evidence Type Source Name Value Confidence Vendor file name hapi-fhir-caching-api High Vendor gradle artifactid hapi-fhir-caching-api Highest Vendor gradle groupid ca.uhn.hapi.fhir Highest Vendor jar package name ca Highest Vendor jar package name fhir Highest Vendor jar package name uhn Highest Vendor Manifest build-jdk-spec 17 Low Vendor pom artifactid hapi-fhir-caching-api Low Vendor pom groupid ca.uhn.hapi.fhir Highest Vendor pom name HAPI FHIR - ServiceLoaders - Caching API High Vendor pom parent-artifactid hapi-fhir-serviceloaders Low Product file name hapi-fhir-caching-api High Product gradle artifactid hapi-fhir-caching-api Highest Product jar package name ca Highest Product jar package name fhir Highest Product jar package name uhn Highest Product Manifest build-jdk-spec 17 Low Product pom artifactid hapi-fhir-caching-api Highest Product pom groupid ca.uhn.hapi.fhir Highest Product pom name HAPI FHIR - ServiceLoaders - Caching API High Product pom parent-artifactid hapi-fhir-serviceloaders Medium Version file version 6.8.5 High Version gradle version 6.8.5 Highest Version pom version 6.8.5 Highest
hapi-fhir-structures-r4-6.8.5.jarDescription:
An open-source implementation of the FHIR specification in Java. License:
https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/ca.uhn.hapi.fhir/hapi-fhir-structures-r4/6.8.5/e6838f5f51497114d767a0e580444a384b5708ea/hapi-fhir-structures-r4-6.8.5.jar
MD5: 9fc1e7c984bd1e8d5748a099c89b281d
SHA1: e6838f5f51497114d767a0e580444a384b5708ea
SHA256: 5fd481131e9165be2350fdece5253276478db6c1d0727f056265873a1ef12a32
Referenced In Projects/Scopes: opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-connected-test:productionRuntimeClasspath hapi-fhir-structures-r4-6.8.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name hapi-fhir-structures-r4 High Vendor gradle artifactid hapi-fhir-structures-r4 Highest Vendor gradle groupid ca.uhn.hapi.fhir Highest Vendor jar package name fhir Highest Vendor jar package name hapi Highest Vendor jar package name r4 Highest Vendor Manifest bundle-docurl https://smilecdr.com Low Vendor Manifest bundle-symbolicname ca.uhn.hapi.fhir.hapi-fhir-structures-r4 Medium Vendor pom artifactid hapi-fhir-structures-r4 Low Vendor pom groupid ca.uhn.hapi.fhir Highest Vendor pom name HAPI FHIR Structures - FHIR R4 High Vendor pom parent-artifactid hapi-deployable-pom Low Product file name hapi-fhir-structures-r4 High Product gradle artifactid hapi-fhir-structures-r4 Highest Product jar package name fhir Highest Product jar package name hapi Highest Product jar package name r4 Highest Product Manifest bundle-docurl https://smilecdr.com Low Product Manifest Bundle-Name HAPI FHIR Structures - FHIR R4 Medium Product Manifest bundle-symbolicname ca.uhn.hapi.fhir.hapi-fhir-structures-r4 Medium Product pom artifactid hapi-fhir-structures-r4 Highest Product pom groupid ca.uhn.hapi.fhir Highest Product pom name HAPI FHIR Structures - FHIR R4 High Product pom parent-artifactid hapi-deployable-pom Medium Version file version 6.8.5 High Version gradle version 6.8.5 Highest Version Manifest Bundle-Version 6.8.5 High Version pom version 6.8.5 Highest
hashtable.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/content/js/hashtable.jsMD5: 041054fb273de9c0ecdbaeef262050d9SHA1: cc6195785f49aa649bfa5d69752f90d6cc0641a5SHA256: cf415d8a03db62dcfef3849d2b68de93339e69f564bd1cdea3eb686aebfdf7fbReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
hibernate-validator-8.0.1.Final.jar hk2-api-3.0.5.jarDescription:
HK2 API module License:
http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.hk2/hk2-api/3.0.5/6774367a6780ea4fedc19425981f1b86762a3506/hk2-api-3.0.5.jar
MD5: 45ceb9f175cb81c47736b300204ae3a3
SHA1: 6774367a6780ea4fedc19425981f1b86762a3506
SHA256: 0b8e548172f10381ad61ce8afaf205a1992dc4ea9a95b9008c3666de72d21b0d
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath hk2-api-3.0.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name hk2-api High Vendor gradle artifactid hk2-api Highest Vendor gradle groupid org.glassfish.hk2 Highest Vendor jar package name api Highest Vendor jar package name glassfish Highest Vendor jar package name hk2 Highest Vendor Manifest automatic-module-name org.glassfish.hk2.api Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest bundle-docurl http://www.oracle.com Low Vendor Manifest bundle-symbolicname org.glassfish.hk2.api Medium Vendor pom artifactid hk2-api Low Vendor pom groupid org.glassfish.hk2 Highest Vendor pom name HK2 API module High Vendor pom parent-artifactid hk2-parent Low Product file name hk2-api High Product gradle artifactid hk2-api Highest Product jar package name api Highest Product jar package name glassfish Highest Product jar package name hk2 Highest Product Manifest automatic-module-name org.glassfish.hk2.api Medium Product Manifest build-jdk-spec 17 Low Product Manifest bundle-docurl http://www.oracle.com Low Product Manifest Bundle-Name HK2 API module Medium Product Manifest bundle-symbolicname org.glassfish.hk2.api Medium Product pom artifactid hk2-api Highest Product pom groupid org.glassfish.hk2 Highest Product pom name HK2 API module High Product pom parent-artifactid hk2-parent Medium Version file version 3.0.5 High Version gradle version 3.0.5 Highest Version Manifest Bundle-Version 3.0.5 High Version pom version 3.0.5 Highest
hk2-locator-3.0.5.jarDescription:
ServiceLocator Default Implementation License:
http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.hk2/hk2-locator/3.0.5/ea4a4d2c187dead10c998ebb3c3d6ce5133f5637/hk2-locator-3.0.5.jar
MD5: 60114dfe312d23123de543ea35e4fe7e
SHA1: ea4a4d2c187dead10c998ebb3c3d6ce5133f5637
SHA256: b052277dbdcaef810f1b42b10e9416c23e7ccfa0c195b0a5344d80cc178631ec
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath hk2-locator-3.0.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name hk2-locator High Vendor gradle artifactid hk2-locator Highest Vendor gradle groupid org.glassfish.hk2 Highest Vendor jar package name hk2 Highest Vendor Manifest automatic-module-name org.glassfish.hk2.locator Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest bundle-docurl http://www.oracle.com Low Vendor Manifest bundle-symbolicname org.glassfish.hk2.locator Medium Vendor pom artifactid hk2-locator Low Vendor pom groupid org.glassfish.hk2 Highest Vendor pom name ServiceLocator Default Implementation High Vendor pom parent-artifactid hk2-parent Low Product file name hk2-locator High Product gradle artifactid hk2-locator Highest Product jar package name hk2 Highest Product Manifest automatic-module-name org.glassfish.hk2.locator Medium Product Manifest build-jdk-spec 17 Low Product Manifest bundle-docurl http://www.oracle.com Low Product Manifest Bundle-Name ServiceLocator Default Implementation Medium Product Manifest bundle-symbolicname org.glassfish.hk2.locator Medium Product pom artifactid hk2-locator Highest Product pom groupid org.glassfish.hk2 Highest Product pom name ServiceLocator Default Implementation High Product pom parent-artifactid hk2-parent Medium Version file version 3.0.5 High Version gradle version 3.0.5 Highest Version Manifest Bundle-Version 3.0.5 High Version pom version 3.0.5 Highest
hk2-utils-3.0.5.jarDescription:
HK2 Implementation Utilities License:
http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.hk2/hk2-utils/3.0.5/4d65eff85bd778f66e448be1049be8b9530a028f/hk2-utils-3.0.5.jar
MD5: 567df075ca2f9da0d059ccaf984f1ba8
SHA1: 4d65eff85bd778f66e448be1049be8b9530a028f
SHA256: af43ea4ae1e05f3860bc5f2e23202bdd2106b7947a8ecd7b1fd3994daa78babb
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath hk2-utils-3.0.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name hk2-utils High Vendor gradle artifactid hk2-utils Highest Vendor gradle groupid org.glassfish.hk2 Highest Vendor jar package name glassfish Highest Vendor jar package name hk2 Highest Vendor jar package name utilities Highest Vendor Manifest automatic-module-name org.glassfish.hk2.utilities Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest bundle-docurl http://www.oracle.com Low Vendor Manifest bundle-symbolicname org.glassfish.hk2.utils Medium Vendor Manifest service foo Low Vendor pom artifactid hk2-utils Low Vendor pom groupid org.glassfish.hk2 Highest Vendor pom name HK2 Implementation Utilities High Vendor pom parent-artifactid hk2-parent Low Product file name hk2-utils High Product gradle artifactid hk2-utils Highest Product jar package name glassfish Highest Product jar package name hk2 Highest Product jar package name utilities Highest Product Manifest automatic-module-name org.glassfish.hk2.utilities Medium Product Manifest build-jdk-spec 17 Low Product Manifest bundle-docurl http://www.oracle.com Low Product Manifest Bundle-Name HK2 Implementation Utilities Medium Product Manifest bundle-symbolicname org.glassfish.hk2.utils Medium Product Manifest service foo Low Product pom artifactid hk2-utils Highest Product pom groupid org.glassfish.hk2 Highest Product pom name HK2 Implementation Utilities High Product pom parent-artifactid hk2-parent Medium Version file version 3.0.5 High Version gradle version 3.0.5 Highest Version Manifest Bundle-Version 3.0.5 High Version pom version 3.0.5 Highest
httpclient-4.5.14.jarDescription:
Apache HttpComponents Client
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.14/1194890e6f56ec29177673f2f12d0b8e627dec98/httpclient-4.5.14.jarMD5: 2cb357c4b763f47e58af6cad47df6ba3SHA1: 1194890e6f56ec29177673f2f12d0b8e627dec98SHA256: c8bc7e1c51a6d4ce72f40d2ebbabf1c4b68bfe76e732104b04381b493478e9d6Referenced In Projects/Scopes:
opencdx-discovery:compileClasspath opencdx-config:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-config:runtimeClasspath opencdx-discovery:runtimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-classification:compileClasspath opencdx-config:productionRuntimeClasspath httpclient-4.5.14.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/io.github.openfeign/feign-httpclient@13.1 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name httpclient High Vendor gradle artifactid httpclient Highest Vendor gradle groupid org.apache.httpcomponents Highest Vendor jar package name apache Highest Vendor jar package name client Highest Vendor jar package name httpclient Highest Vendor Manifest automatic-module-name org.apache.httpcomponents.httpclient Medium Vendor Manifest implementation-url http://hc.apache.org/httpcomponents-client-ga Low Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest Implementation-Vendor-Id org.apache.httpcomponents Medium Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid httpclient Low Vendor pom groupid org.apache.httpcomponents Highest Vendor pom name Apache HttpClient High Vendor pom parent-artifactid httpcomponents-client Low Vendor pom url http://hc.apache.org/httpcomponents-client-ga Highest Product file name httpclient High Product gradle artifactid httpclient Highest Product jar package name apache Highest Product jar package name client Highest Product jar package name http Highest Product jar package name httpclient Highest Product Manifest automatic-module-name org.apache.httpcomponents.httpclient Medium Product Manifest Implementation-Title Apache HttpClient High Product Manifest implementation-url http://hc.apache.org/httpcomponents-client-ga Low Product Manifest specification-title Apache HttpClient Medium Product pom artifactid httpclient Highest Product pom groupid org.apache.httpcomponents Highest Product pom name Apache HttpClient High Product pom parent-artifactid httpcomponents-client Medium Product pom url http://hc.apache.org/httpcomponents-client-ga Medium Version file version 4.5.14 High Version gradle version 4.5.14 Highest Version Manifest Implementation-Version 4.5.14 High Version pom version 4.5.14 Highest
httpclient-4.5.3.jarDescription:
Apache HttpComponents Client
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.3/d1577ae15f01ef5438c5afc62162457c00a34713/httpclient-4.5.3.jarMD5: 1965ebb7aca0f9f8faaed3870d8cf689SHA1: d1577ae15f01ef5438c5afc62162457c00a34713SHA256: db3d1b6c2d6a5e5ad47577ad61854e2f0e0936199b8e05eb541ed52349263135Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath httpclient-4.5.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name httpclient High Vendor gradle artifactid httpclient Highest Vendor gradle groupid org.apache.httpcomponents Highest Vendor jar package name apache Highest Vendor jar package name client Highest Vendor jar package name httpclient Highest Vendor Manifest implementation-build tags/4.5.3-RC1/httpclient@r1779741; 2017-01-21 16:58:35+0100 Low Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest Implementation-Vendor-Id org.apache Medium Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor Manifest url http://hc.apache.org/httpcomponents-client Low Vendor pom artifactid httpclient Low Vendor pom groupid org.apache.httpcomponents Highest Vendor pom name Apache HttpClient High Vendor pom parent-artifactid httpcomponents-client Low Vendor pom url http://hc.apache.org/httpcomponents-client Highest Product file name httpclient High Product gradle artifactid httpclient Highest Product jar package name apache Highest Product jar package name client Highest Product jar package name http Highest Product jar package name httpclient Highest Product Manifest implementation-build tags/4.5.3-RC1/httpclient@r1779741; 2017-01-21 16:58:35+0100 Low Product Manifest Implementation-Title HttpComponents Apache HttpClient High Product Manifest specification-title HttpComponents Apache HttpClient Medium Product Manifest url http://hc.apache.org/httpcomponents-client Low Product pom artifactid httpclient Highest Product pom groupid org.apache.httpcomponents Highest Product pom name Apache HttpClient High Product pom parent-artifactid httpcomponents-client Medium Product pom url http://hc.apache.org/httpcomponents-client Medium Version file version 4.5.3 High Version gradle version 4.5.3 Highest Version Manifest Implementation-Version 4.5.3 High Version pom version 4.5.3 Highest
CVE-2020-13956 suppress
Apache HttpClient versions prior to version 4.5.13 and 5.0.3 can misinterpret malformed authority component in request URIs passed to the library as java.net.URI object and pick the wrong target host for request execution. NVD-CWE-noinfo
CVSSv2:
Base Score: MEDIUM (5.0) Vector: /AV:N/AC:L/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (5.3) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
httpclient5-5.2.3.jar httpcore-4.4.16.jar httpcore5-5.2.4.jar httpcore5-h2-5.2.4.jar icu4j-72.1.jarDescription:
International Components for Unicode for Java File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j/72.1/bc9057df4b5efddf7f6d1880bf7f3399f4ce5633/icu4j-72.1.jarMD5: b98735702f497dd482638bedc16a1c09SHA1: bc9057df4b5efddf7f6d1880bf7f3399f4ce5633SHA256: 3df572b240a68d13b5cd778ad2393e885d26411434cd8f098ac5987ea2e64ce3Referenced In Projects/Scopes:
opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-connected-test:productionRuntimeClasspath icu4j-72.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 Evidence Type Source Name Value Confidence Vendor file name icu4j High Vendor file (hint) name icu-project High Vendor file (hint) name unicode High Vendor gradle artifactid icu4j Highest Vendor gradle groupid com.ibm.icu Highest Vendor gradle (hint) artifactid icu-project Highest Vendor gradle (hint) artifactid unicode Highest Vendor jar package name ibm Highest Vendor jar package name ibm Low Vendor jar package name icu Highest Vendor jar package name icu Low Vendor Manifest automatic-module-name com.ibm.icu Medium Vendor Manifest bundle-copyright © 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html Low Vendor Manifest bundle-requiredexecutionenvironment JavaSE-1.7 Low Vendor Manifest bundle-symbolicname com.ibm.icu Medium Vendor Manifest Implementation-Vendor Unicode, Inc. High Vendor Manifest Implementation-Vendor-Id org.unicode Medium Product file name icu4j High Product gradle artifactid icu4j Highest Product hint analyzer product international_components_for_unicode Highest Product jar package name ibm Highest Product jar package name icu Highest Product jar package name icu Low Product Manifest automatic-module-name com.ibm.icu Medium Product Manifest bundle-copyright © 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html Low Product Manifest Bundle-Name ICU4J Medium Product Manifest bundle-requiredexecutionenvironment JavaSE-1.7 Low Product Manifest bundle-symbolicname com.ibm.icu Medium Product Manifest Implementation-Title International Components for Unicode for Java High Product Manifest specification-title International Components for Unicode for Java Medium Version file version 72.1 High Version Manifest Implementation-Version 72.1 High
istack-commons-runtime-4.1.2.jarDescription:
istack common utility code License:
http://www.eclipse.org/org/documents/edl-v10.php File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.sun.istack/istack-commons-runtime/4.1.2/18ec117c85f3ba0ac65409136afa8e42bc74e739/istack-commons-runtime-4.1.2.jar
MD5: 535154ef647af2a52478c4debec93659
SHA1: 18ec117c85f3ba0ac65409136afa8e42bc74e739
SHA256: 7fd6792361f4dd00f8c56af4a20cecc0066deea4a8f3dec38348af23fc2296ee
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath istack-commons-runtime-4.1.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name istack-commons-runtime High Vendor gradle artifactid istack-commons-runtime Highest Vendor gradle groupid com.sun.istack Highest Vendor jar package name istack Highest Vendor jar package name sun Highest Vendor jar (hint) package name oracle Highest Vendor Manifest bundle-docurl https://www.eclipse.org Low Vendor Manifest bundle-symbolicname com.sun.istack.commons-runtime Medium Vendor Manifest implementation-build-id 4.1.2 - 343a28e Low Vendor Manifest Implementation-Vendor Eclipse Foundation High Vendor Manifest Implementation-Vendor-Id com.sun.istack Medium Vendor pom artifactid istack-commons-runtime Low Vendor pom groupid com.sun.istack Highest Vendor pom name istack common utility code runtime High Vendor pom parent-artifactid istack-commons Low Product file name istack-commons-runtime High Product gradle artifactid istack-commons-runtime Highest Product jar package name istack Highest Product jar package name sun Highest Product Manifest bundle-docurl https://www.eclipse.org Low Product Manifest Bundle-Name istack common utility code runtime Medium Product Manifest bundle-symbolicname com.sun.istack.commons-runtime Medium Product Manifest implementation-build-id 4.1.2 - 343a28e Low Product pom artifactid istack-commons-runtime Highest Product pom groupid com.sun.istack Highest Product pom name istack common utility code runtime High Product pom parent-artifactid istack-commons Medium Version file version 4.1.2 High Version gradle version 4.1.2 Highest Version Manifest Bundle-Version 4.1.2 High Version Manifest implementation-build-id 4.1.2 Low Version pom version 4.1.2 Highest
j2objc-annotations-1.3.jarDescription:
A set of annotations that provide additional information to the J2ObjC
translator to modify the result of translation.
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/1.3/ba035118bc8bac37d7eff77700720999acd9986d/j2objc-annotations-1.3.jar
MD5: 5fa4ec4ec0c5aa70af8a7d4922df1931
SHA1: ba035118bc8bac37d7eff77700720999acd9986d
SHA256: 21af30c92267bd6122c0e0b4d20cccb6641a37eaf956c6540ec471d584e64a7b
Referenced In Projects/Scopes: opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 j2objc-annotations-1.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name j2objc-annotations High Vendor gradle artifactid j2objc-annotations Highest Vendor gradle groupid com.google.j2objc Highest Vendor jar package name annotations Highest Vendor jar package name annotations Low Vendor jar package name google Highest Vendor jar package name google Low Vendor jar package name j2objc Highest Vendor jar package name j2objc Low Vendor pom artifactid j2objc-annotations Low Vendor pom groupid com.google.j2objc Highest Vendor pom name J2ObjC Annotations High Vendor pom url google/j2objc/ Highest Product file name j2objc-annotations High Product gradle artifactid j2objc-annotations Highest Product jar package name annotations Highest Product jar package name annotations Low Product jar package name google Highest Product jar package name j2objc Highest Product jar package name j2objc Low Product pom artifactid j2objc-annotations Highest Product pom groupid com.google.j2objc Highest Product pom name J2ObjC Annotations High Product pom url google/j2objc/ High Version file version 1.3 High Version gradle version 1.3 Highest Version pom version 1.3 Highest
j2objc-annotations-2.8.jar jackson-annotations-2.15.3.jar jackson-core-2.15.3.jar jackson-databind-2.15.3.jar jackson-dataformat-xml-2.15.3.jarDescription:
Data format extension for Jackson to offer
alternative support for serializing POJOs as XML and deserializing XML as pojos.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.3/50f061b3ff15979ee0c784c657f5ea8ba7b920c5/jackson-dataformat-xml-2.15.3.jar
MD5: 780f06a8e92cd975a5d14ea0a9d51c5e
SHA1: 50f061b3ff15979ee0c784c657f5ea8ba7b920c5
SHA256: 39a34531dca5fca75eb547663c300855c968c8faca6861d92eca9e9747af0416
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath jackson-dataformat-xml-2.15.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.boot/spring-boot-starter-actuator@3.2.1 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.boot/spring-boot-starter-actuator@3.2.1 Evidence Type Source Name Value Confidence Vendor file name jackson-dataformat-xml High Vendor gradle artifactid jackson-dataformat-xml Highest Vendor gradle groupid com.fasterxml.jackson.dataformat Highest Vendor jar package name dataformat Highest Vendor jar package name fasterxml Highest Vendor jar package name jackson Highest Vendor jar package name xml Highest Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://github.com/FasterXML/jackson-dataformat-xml Low Vendor Manifest bundle-symbolicname com.fasterxml.jackson.dataformat.jackson-dataformat-xml Medium Vendor Manifest Implementation-Vendor FasterXML High Vendor Manifest Implementation-Vendor-Id com.fasterxml.jackson.dataformat Medium Vendor Manifest multi-release true Low Vendor Manifest specification-vendor FasterXML Low Vendor pom artifactid jackson-dataformat-xml Low Vendor pom groupid com.fasterxml.jackson.dataformat Highest Vendor pom name Jackson-dataformat-XML High Vendor pom parent-artifactid jackson-base Low Vendor pom parent-groupid com.fasterxml.jackson Medium Vendor pom url FasterXML/jackson-dataformat-xml Highest Product file name jackson-dataformat-xml High Product gradle artifactid jackson-dataformat-xml Highest Product jar package name dataformat Highest Product jar package name fasterxml Highest Product jar package name jackson Highest Product jar package name xml Highest Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://github.com/FasterXML/jackson-dataformat-xml Low Product Manifest Bundle-Name Jackson-dataformat-XML Medium Product Manifest bundle-symbolicname com.fasterxml.jackson.dataformat.jackson-dataformat-xml Medium Product Manifest Implementation-Title Jackson-dataformat-XML High Product Manifest multi-release true Low Product Manifest specification-title Jackson-dataformat-XML Medium Product pom artifactid jackson-dataformat-xml Highest Product pom groupid com.fasterxml.jackson.dataformat Highest Product pom name Jackson-dataformat-XML High Product pom parent-artifactid jackson-base Medium Product pom parent-groupid com.fasterxml.jackson Medium Product pom url FasterXML/jackson-dataformat-xml High Version file version 2.15.3 High Version gradle version 2.15.3 Highest Version Manifest Bundle-Version 2.15.3 High Version Manifest Implementation-Version 2.15.3 High Version pom version 2.15.3 Highest
jackson-dataformat-yaml-2.15.3.jar jackson-datatype-guava-2.15.3.jarDescription:
Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles
Guava (https://github.com/google/guava) types (currently mostly just collection ones)
License:
The Apache Software License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.datatype/jackson-datatype-guava/2.15.3/d7593f61d6c13776f519bd2f81e21b559a4e6e04/jackson-datatype-guava-2.15.3.jar
MD5: a6eb3668fa6c60fb499c715f32aa996f
SHA1: d7593f61d6c13776f519bd2f81e21b559a4e6e04
SHA256: 3f6d842716dcc585e5de71e5148a740462f9da6b36e491471219c641cf4b18da
Referenced In Projects/Scopes: opencdx-iam:spotless-511629411 opencdx-admin:spotless-511629411 opencdx-audit:spotless-511629411 opencdx-communications:spotless-511629411 OpenCDX:spotless-511629411 opencdx-gateway:spotless-511629411 opencdx-protector:spotless-511629411 opencdx-tinkar:spotless-511629411 opencdx-commons:spotless-511629411 opencdx-connected-test:spotless-511629411 opencdx-client:spotless-511629411 opencdx-questionnaire:spotless-511629411 opencdx-config:spotless-511629411 opencdx-predictor:spotless-511629411 opencdx-discovery:spotless-511629411 opencdx-media:spotless-511629411 opencdx-proto:spotless-511629411 opencdx-anf:spotless-511629411 opencdx-helloworld:spotless-511629411 opencdx-routine:spotless-511629411 opencdx-classification:spotless-511629411 jackson-datatype-guava-2.15.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 Evidence Type Source Name Value Confidence Vendor file name jackson-datatype-guava High Vendor gradle artifactid jackson-datatype-guava Highest Vendor gradle groupid com.fasterxml.jackson.datatype Highest Vendor jar package name datatype Highest Vendor jar package name fasterxml Highest Vendor jar package name guava Highest Vendor jar package name jackson Highest Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://github.com/FasterXML/jackson-datatypes-collections Low Vendor Manifest bundle-symbolicname com.fasterxml.jackson.datatype.jackson-datatype-guava Medium Vendor Manifest Implementation-Vendor FasterXML High Vendor Manifest Implementation-Vendor-Id com.fasterxml.jackson.datatype Medium Vendor Manifest multi-release true Low Vendor Manifest specification-vendor FasterXML Low Vendor pom artifactid jackson-datatype-guava Low Vendor pom groupid com.fasterxml.jackson.datatype Highest Vendor pom name Jackson datatype: Guava High Vendor pom parent-artifactid jackson-datatypes-collections Low Vendor pom url FasterXML/jackson-datatypes-collections Highest Product file name jackson-datatype-guava High Product gradle artifactid jackson-datatype-guava Highest Product jar package name datatype Highest Product jar package name fasterxml Highest Product jar package name guava Highest Product jar package name jackson Highest Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://github.com/FasterXML/jackson-datatypes-collections Low Product Manifest Bundle-Name Jackson datatype: Guava Medium Product Manifest bundle-symbolicname com.fasterxml.jackson.datatype.jackson-datatype-guava Medium Product Manifest Implementation-Title Jackson datatype: Guava High Product Manifest multi-release true Low Product Manifest specification-title Jackson datatype: Guava Medium Product pom artifactid jackson-datatype-guava Highest Product pom groupid com.fasterxml.jackson.datatype Highest Product pom name Jackson datatype: Guava High Product pom parent-artifactid jackson-datatypes-collections Medium Product pom url FasterXML/jackson-datatypes-collections High Version file version 2.15.3 High Version gradle version 2.15.3 Highest Version Manifest Bundle-Version 2.15.3 High Version Manifest Implementation-Version 2.15.3 High Version pom version 2.15.3 Highest
jackson-datatype-jdk8-2.15.3.jar jackson-datatype-jsr310-2.15.3.jar jackson-datatype-jsr310-2.16.1.jarDescription:
Add-on module to support JSR-310 (Java 8 Date & Time API) data types. License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.16.1/36a418325c618e440e5ccb80b75c705d894f50bd/jackson-datatype-jsr310-2.16.1.jar
MD5: 31164dfc9861d7bbcdf19413e6d9ce84
SHA1: 36a418325c618e440e5ccb80b75c705d894f50bd
SHA256: 6281970682a8da3ddbac54bb203c9badf1c26f507f3ecaa48ef10318579bc9ad
Referenced In Projects/Scopes: opencdx-commons:runtimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-commons:compileClasspath jackson-datatype-jsr310-2.16.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-actuator@3.2.1 pkg:maven/com.hubspot.jackson/jackson-datatype-protobuf@0.9.14 pkg:maven/io.jsonwebtoken/jjwt-jackson@0.12.3 pkg:maven/com.hubspot.jackson/jackson-datatype-protobuf@0.9.14 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/io.jsonwebtoken/jjwt-jackson@0.12.3 pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.16.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springdoc/springdoc-openapi-starter-webmvc-ui@2.3.0 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.16.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/com.hubspot.jackson/jackson-datatype-protobuf@0.9.14 pkg:maven/io.jsonwebtoken/jjwt-jackson@0.12.3 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.16.1 pkg:maven/org.springdoc/springdoc-openapi-starter-webmvc-ui@2.3.0 pkg:maven/io.swagger.core.v3/swagger-core-jakarta@2.2.19 pkg:maven/io.swagger.core.v3/swagger-core-jakarta@2.2.19 pkg:maven/org.springframework.boot/spring-boot-starter-actuator@3.2.1 pkg:maven/org.springdoc/springdoc-openapi-starter-webmvc-ui@2.3.0 pkg:maven/io.swagger.core.v3/swagger-core-jakarta@2.2.19 Evidence Type Source Name Value Confidence Vendor file name jackson-datatype-jsr310 High Vendor gradle artifactid jackson-datatype-jsr310 Highest Vendor gradle groupid com.fasterxml.jackson.datatype Highest Vendor jar package name datatype Highest Vendor jar package name fasterxml Highest Vendor jar package name jackson Highest Vendor jar package name jsr310 Highest Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310 Low Vendor Manifest bundle-symbolicname com.fasterxml.jackson.datatype.jackson-datatype-jsr310 Medium Vendor Manifest Implementation-Vendor FasterXML High Vendor Manifest Implementation-Vendor-Id com.fasterxml.jackson.datatype Medium Vendor Manifest multi-release true Low Vendor Manifest specification-vendor FasterXML Low Vendor pom artifactid jackson-datatype-jsr310 Low Vendor pom developer email nicholas@nicholaswilliams.net Low Vendor pom developer id beamerblvd Medium Vendor pom developer name Nick Williams Medium Vendor pom groupid com.fasterxml.jackson.datatype Highest Vendor pom name Jackson datatype: JSR310 High Vendor pom parent-artifactid jackson-modules-java8 Low Vendor pom parent-groupid com.fasterxml.jackson.module Medium Product file name jackson-datatype-jsr310 High Product gradle artifactid jackson-datatype-jsr310 Highest Product jar package name datatype Highest Product jar package name fasterxml Highest Product jar package name jackson Highest Product jar package name jsr310 Highest Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310 Low Product Manifest Bundle-Name Jackson datatype: JSR310 Medium Product Manifest bundle-symbolicname com.fasterxml.jackson.datatype.jackson-datatype-jsr310 Medium Product Manifest Implementation-Title Jackson datatype: JSR310 High Product Manifest multi-release true Low Product Manifest specification-title Jackson datatype: JSR310 Medium Product pom artifactid jackson-datatype-jsr310 Highest Product pom developer email nicholas@nicholaswilliams.net Low Product pom developer id beamerblvd Low Product pom developer name Nick Williams Low Product pom groupid com.fasterxml.jackson.datatype Highest Product pom name Jackson datatype: JSR310 High Product pom parent-artifactid jackson-modules-java8 Medium Product pom parent-groupid com.fasterxml.jackson.module Medium Version file version 2.16.1 High Version gradle version 2.16.1 Highest Version Manifest Bundle-Version 2.16.1 High Version Manifest Implementation-Version 2.16.1 High Version pom version 2.16.1 Highest
jackson-datatype-protobuf-0.9.14.jarDescription:
Jackson Module that adds support for reading/writing protobufs File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.hubspot.jackson/jackson-datatype-protobuf/0.9.14/311ae57ececce15b21b5a6c6939c5d6fa03d144/jackson-datatype-protobuf-0.9.14.jarMD5: c02f666ae481576d4a928395a9df9a37SHA1: 0311ae57ececce15b21b5a6c6939c5d6fa03d144SHA256: be47d8667efb5561b4489d39d4e2e087244b97eb13e72ebbf7d3ec98376f667cReferenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath jackson-datatype-protobuf-0.9.14.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name jackson-datatype-protobuf High Vendor gradle artifactid jackson-datatype-protobuf Highest Vendor gradle groupid com.hubspot.jackson Highest Vendor jar package name datatype Highest Vendor jar package name hubspot Highest Vendor jar package name jackson Highest Vendor jar package name protobuf Highest Vendor Manifest Implementation-Vendor-Id com.hubspot.jackson Medium Vendor Manifest x-basepom-build-id f4964bf2-62f6-44cf-a149-a3ffce2bab34 Low Vendor Manifest x-basepom-git-commit-id b5c85d3b155f9a3bd1822612d777dd40a091e3da Low Vendor Manifest x-basepom-name jackson-datatype-protobuf Medium Vendor pom artifactid jackson-datatype-protobuf Low Vendor pom developer email jhaber@hubspot.com Low Vendor pom developer name Jonathan Haber Medium Vendor pom groupid com.hubspot.jackson Highest Vendor pom parent-artifactid basepom Low Vendor pom parent-groupid com.hubspot Medium Product file name jackson-datatype-protobuf High Product gradle artifactid jackson-datatype-protobuf Highest Product jar package name datatype Highest Product jar package name hubspot Highest Product jar package name jackson Highest Product jar package name protobuf Highest Product Manifest Implementation-Title jackson-datatype-protobuf High Product Manifest specification-title jackson-datatype-protobuf Medium Product Manifest x-basepom-build-id f4964bf2-62f6-44cf-a149-a3ffce2bab34 Low Product Manifest x-basepom-git-commit-id b5c85d3b155f9a3bd1822612d777dd40a091e3da Low Product Manifest x-basepom-name jackson-datatype-protobuf Medium Product pom artifactid jackson-datatype-protobuf Highest Product pom developer email jhaber@hubspot.com Low Product pom developer name Jonathan Haber Low Product pom groupid com.hubspot.jackson Highest Product pom parent-artifactid basepom Medium Product pom parent-groupid com.hubspot Medium Version file version 0.9.14 High Version gradle version 0.9.14 Highest Version Manifest Implementation-Version 0.9.14 High Version pom parent-version 0.9.14 Low Version pom version 0.9.14 Highest
jackson-module-parameter-names-2.15.3.jar jakarta.activation-api-2.1.2.jar jakarta.annotation-api-1.3.5.jarDescription:
Jakarta Annotations API License:
EPL 2.0: http://www.eclipse.org/legal/epl-2.0
GPL2 w/ CPE: https://www.gnu.org/software/classpath/license.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/jakarta.annotation/jakarta.annotation-api/1.3.5/59eb84ee0d616332ff44aba065f3888cf002cd2d/jakarta.annotation-api-1.3.5.jar
MD5: 8b165cf58df5f8c2a222f637c0a07c97
SHA1: 59eb84ee0d616332ff44aba065f3888cf002cd2d
SHA256: 85fb03fc054cdf4efca8efd9b6712bbb418e1ab98241c4539c8585bbc23e1b8a
Referenced In Projects/Scopes: opencdx-proto:compileProtoPath opencdx-proto:compileClasspath jakarta.annotation-api-1.3.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name jakarta.annotation-api High Vendor gradle artifactid jakarta.annotation-api Highest Vendor gradle groupid jakarta.annotation Highest Vendor jar package name annotation Highest Vendor Manifest automatic-module-name java.annotation Medium Vendor Manifest bundle-docurl https://www.eclipse.org Low Vendor Manifest bundle-symbolicname jakarta.annotation-api Medium Vendor Manifest extension-name jakarta.annotation Medium Vendor Manifest Implementation-Vendor Eclipse Foundation High Vendor Manifest Implementation-Vendor-Id org.glassfish Medium Vendor Manifest specification-vendor Eclipse Foundation Low Vendor pom artifactid jakarta.annotation-api Low Vendor pom developer name Linda De Michiel Medium Vendor pom developer org Oracle Corp. Medium Vendor pom groupid jakarta.annotation Highest Vendor pom name Jakarta Annotations API High Vendor pom parent-artifactid ca-parent Low Vendor pom url https://projects.eclipse.org/projects/ee4j.ca Highest Product file name jakarta.annotation-api High Product gradle artifactid jakarta.annotation-api Highest Product jar package name annotation Highest Product Manifest automatic-module-name java.annotation Medium Product Manifest bundle-docurl https://www.eclipse.org Low Product Manifest Bundle-Name Jakarta Annotations API Medium Product Manifest bundle-symbolicname jakarta.annotation-api Medium Product Manifest extension-name jakarta.annotation Medium Product pom artifactid jakarta.annotation-api Highest Product pom developer name Linda De Michiel Low Product pom developer org Oracle Corp. Low Product pom groupid jakarta.annotation Highest Product pom name Jakarta Annotations API High Product pom parent-artifactid ca-parent Medium Product pom url https://projects.eclipse.org/projects/ee4j.ca Medium Version file version 1.3.5 High Version gradle version 1.3.5 Highest Version Manifest Bundle-Version 1.3.5 High Version Manifest Implementation-Version 1.3.5 High Version pom version 1.3.5 Highest
jakarta.annotation-api-2.1.1.jar jakarta.inject-api-2.0.1.jarDescription:
Jakarta Dependency Injection License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/jakarta.inject/jakarta.inject-api/2.0.1/4c28afe1991a941d7702fe1362c365f0a8641d1e/jakarta.inject-api-2.0.1.jar
MD5: 72003bf6efcc8455d414bbd7da86c11c
SHA1: 4c28afe1991a941d7702fe1362c365f0a8641d1e
SHA256: f7dc98062fccf14126abb751b64fab12c312566e8cbdc8483598bffcea93af7c
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath jakarta.inject-api-2.0.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jakarta.inject-api High Vendor gradle artifactid jakarta.inject-api Highest Vendor gradle groupid jakarta.inject Highest Vendor jar package name inject Highest Vendor jar package name jakarta Highest Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl https://www.eclipse.org Low Vendor Manifest bundle-symbolicname jakarta.inject.jakarta.inject-api Medium Vendor pom artifactid jakarta.inject-api Low Vendor pom developer email asd[at]redhat[dot]com Low Vendor pom developer email manovotn[at]redhat[dot]com Low Vendor pom developer email mkouba[at]redhat[dot]com Low Vendor pom developer email tremes[at]redhat[dot]com Low Vendor pom developer id asabotdu Medium Vendor pom developer id manovotn Medium Vendor pom developer id mkouba Medium Vendor pom developer id tremes Medium Vendor pom developer name Antoine Sabot-Durand Medium Vendor pom developer name Martin Kouba Medium Vendor pom developer name Matej Novotny Medium Vendor pom developer name Tomas Remes Medium Vendor pom developer org Red Hat Inc. Medium Vendor pom groupid jakarta.inject Highest Vendor pom name Jakarta Dependency Injection High Vendor pom parent-artifactid project Low Vendor pom parent-groupid org.eclipse.ee4j Medium Vendor pom url eclipse-ee4j/injection-api Highest Product file name jakarta.inject-api High Product gradle artifactid jakarta.inject-api Highest Product jar package name inject Highest Product jar package name jakarta Highest Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl https://www.eclipse.org Low Product Manifest Bundle-Name Jakarta Dependency Injection Medium Product Manifest bundle-symbolicname jakarta.inject.jakarta.inject-api Medium Product pom artifactid jakarta.inject-api Highest Product pom developer email asd[at]redhat[dot]com Low Product pom developer email manovotn[at]redhat[dot]com Low Product pom developer email mkouba[at]redhat[dot]com Low Product pom developer email tremes[at]redhat[dot]com Low Product pom developer id asabotdu Low Product pom developer id manovotn Low Product pom developer id mkouba Low Product pom developer id tremes Low Product pom developer name Antoine Sabot-Durand Low Product pom developer name Martin Kouba Low Product pom developer name Matej Novotny Low Product pom developer name Tomas Remes Low Product pom developer org Red Hat Inc. Low Product pom groupid jakarta.inject Highest Product pom name Jakarta Dependency Injection High Product pom parent-artifactid project Medium Product pom parent-groupid org.eclipse.ee4j Medium Product pom url eclipse-ee4j/injection-api High Version file version 2.0.1 High Version gradle version 2.0.1 Highest Version Manifest Bundle-Version 2.0.1 High Version pom parent-version 2.0.1 Low Version pom version 2.0.1 Highest
jakarta.validation-api-3.0.2.jar jakarta.ws.rs-api-3.1.0.jarDescription:
Jakarta RESTful Web Services License:
EPL-2.0: http://www.eclipse.org/legal/epl-2.0
GPL-2.0-with-classpath-exception: https://www.gnu.org/software/classpath/license.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/jakarta.ws.rs/jakarta.ws.rs-api/3.1.0/15ce10d249a38865b58fc39521f10f29ab0e3363/jakarta.ws.rs-api-3.1.0.jar
MD5: 6ce4c6749e048456b2c452c1091689ca
SHA1: 15ce10d249a38865b58fc39521f10f29ab0e3363
SHA256: 6b3b3628b8b4aedda0d24c3354335e985497d8ef3c510b8f3028e920d5b8663d
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath jakarta.ws.rs-api-3.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jakarta.ws.rs-api High Vendor gradle artifactid jakarta.ws.rs-api Highest Vendor gradle groupid jakarta.ws.rs Highest Vendor hint analyzer vendor web services Medium Vendor jar package name jakarta Highest Vendor jar package name rs Highest Vendor jar package name ws Highest Vendor Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Vendor Manifest bundle-symbolicname jakarta.ws.rs-api Medium Vendor Manifest extension-name jakarta.ws.rs Medium Vendor Manifest specification-vendor Eclipse Foundation Low Vendor pom artifactid jakarta.ws.rs-api Low Vendor pom developer email jaxrs-dev@eclipse.org Low Vendor pom developer id developers Medium Vendor pom developer name JAX-RS API Developers Medium Vendor pom groupid jakarta.ws.rs Highest Vendor pom name Jakarta RESTful WS API High Vendor pom organization name Eclipse Foundation High Vendor pom organization url https://www.eclipse.org/org/foundation/ Medium Vendor pom parent-artifactid all Low Vendor pom url eclipse-ee4j/jaxrs-api Highest Product file name jakarta.ws.rs-api High Product gradle artifactid jakarta.ws.rs-api Highest Product hint analyzer product web services Medium Product jar package name jakarta Highest Product jar package name rs Highest Product jar package name ws Highest Product Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Product Manifest Bundle-Name Jakarta RESTful WS API Medium Product Manifest bundle-symbolicname jakarta.ws.rs-api Medium Product Manifest extension-name jakarta.ws.rs Medium Product pom artifactid jakarta.ws.rs-api Highest Product pom developer email jaxrs-dev@eclipse.org Low Product pom developer id developers Low Product pom developer name JAX-RS API Developers Low Product pom groupid jakarta.ws.rs Highest Product pom name Jakarta RESTful WS API High Product pom organization name Eclipse Foundation Low Product pom organization url https://www.eclipse.org/org/foundation/ Low Product pom parent-artifactid all Medium Product pom url eclipse-ee4j/jaxrs-api High Version file version 3.1.0 High Version gradle version 3.1.0 Highest Version Manifest Bundle-Version 3.1.0 High Version Manifest Implementation-Version 3.1.0 High Version pom version 3.1.0 Highest
jakarta.xml.bind-api-4.0.1.jar java-2.16.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.solven-eu.cleanthat/java/2.16/980487883452eb48e866a6c09f4f297c50b2ddf8/java-2.16.jarMD5: 01756a3b89b993d994cf51174564223fSHA1: 980487883452eb48e866a6c09f4f297c50b2ddf8SHA256: 17f1f44a6aa15002791ea05833049135f36e575044437dc20f5509576fcdae6aReferenced In Projects/Scopes:
opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 java-2.16.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/OpenCDX@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name java High Vendor gradle artifactid java Highest Vendor gradle groupid io.github.solven-eu.cleanthat Highest Vendor jar package name cleanthat Highest Vendor jar package name eu Highest Vendor jar package name solven Highest Vendor Manifest build-jdk-spec 17 Low Vendor pom artifactid java Low Vendor pom groupid io.github.solven-eu.cleanthat Highest Vendor pom parent-artifactid aggregator-cleanthat Low Product file name java High Product gradle artifactid java Highest Product jar package name cleanthat Highest Product jar package name eu Highest Product jar package name solven Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title java High Product pom artifactid java Highest Product pom groupid io.github.solven-eu.cleanthat Highest Product pom parent-artifactid aggregator-cleanthat Medium Version file version 2.16 High Version gradle version 2.16 Highest Version Manifest Implementation-Version 2.16 High Version pom version 2.16 Highest
java-diff-utils-4.12.jarDescription:
The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java. License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.java-diff-utils/java-diff-utils/4.12/1a712a91324d566eef39817fc5c9980eb10c21db/java-diff-utils-4.12.jar
MD5: 2bab3395dcfe2ea5b092ad646ca899d3
SHA1: 1a712a91324d566eef39817fc5c9980eb10c21db
SHA256: 9990a2039778f6b4cc94790141c2868864eacee0620c6c459451121a901cd5b5
Referenced In Projects/Scopes: opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 java-diff-utils-4.12.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name java-diff-utils High Vendor gradle artifactid java-diff-utils Highest Vendor gradle groupid io.github.java-diff-utils Highest Vendor jar package name github Highest Vendor Manifest automatic-module-name io.github.javadiffutils Medium Vendor Manifest bundle-symbolicname io.github.java-diff-utils Medium Vendor pom artifactid java-diff-utils Low Vendor pom groupid io.github.java-diff-utils Highest Vendor pom name java-diff-utils High Vendor pom parent-artifactid java-diff-utils-parent Low Product file name java-diff-utils High Product gradle artifactid java-diff-utils Highest Product jar package name diffutils Highest Product jar package name github Highest Product Manifest automatic-module-name io.github.javadiffutils Medium Product Manifest Bundle-Name java-diff-utils Medium Product Manifest bundle-symbolicname io.github.java-diff-utils Medium Product pom artifactid java-diff-utils Highest Product pom groupid io.github.java-diff-utils Highest Product pom name java-diff-utils High Product pom parent-artifactid java-diff-utils-parent Medium Version file version 4.12 High Version gradle version 4.12 Highest Version pom version 4.12 Highest
javaparser-core-3.25.3.jarDescription:
The core parser functionality. This may be all you need. License:
GNU Lesser General Public License: http://www.gnu.org/licenses/lgpl-3.0.html
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.github.javaparser/javaparser-core/3.25.3/55a960eea36e9ae20e48c500c3dd356b33331f1f/javaparser-core-3.25.3.jar
MD5: e396065348d52b3ec6ecf674ed274009
SHA1: 55a960eea36e9ae20e48c500c3dd356b33331f1f
SHA256: 7324bc18820dad7e9056f2035af3b5405d6e24a8a469a985d9aac44f15522c27
Referenced In Projects/Scopes: opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 javaparser-core-3.25.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name javaparser-core High Vendor gradle artifactid javaparser-core Highest Vendor gradle groupid com.github.javaparser Highest Vendor jar package name github Highest Vendor jar package name javaparser Highest Vendor Manifest automatic-module-name com.github.javaparser.core Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-developers matozoid;email="hexagonaal@gmail.com";name="Danny van Bruggen","jgesser@gmail.com";email="jgesser@gmail.com";name="Júlio Vilmar Gesser",sebastiankirsch;email="sebastian.kirsch@immobilienscout24.de";name="Sebastian Kirsch",before;name="André Rouél",SmiddyPence;email="smiddypence@gmail.com";name="Nicholas Smith",ftomassetti;email="federico@tomassetti.me";name="Federico Tomassetti",ptitjes;email="ptitjes@free.fr";name="Didier Villevalois",MysterAitch;name="Roger Howell",MysterAitch;name="Roger Howell",jlerbsc;name="Jean Pierre Lerbscher",maartenc;name="Maarten Coene" Low Vendor Manifest bundle-docurl https://github.com/javaparser/javaparser-core Low Vendor Manifest bundle-symbolicname com.github.javaparser.javaparser-core Medium Vendor pom artifactid javaparser-core Low Vendor pom groupid com.github.javaparser Highest Vendor pom parent-artifactid javaparser-parent Low Product file name javaparser-core High Product gradle artifactid javaparser-core Highest Product jar package name github Highest Product jar package name javaparser Highest Product Manifest automatic-module-name com.github.javaparser.core Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-developers matozoid;email="hexagonaal@gmail.com";name="Danny van Bruggen","jgesser@gmail.com";email="jgesser@gmail.com";name="Júlio Vilmar Gesser",sebastiankirsch;email="sebastian.kirsch@immobilienscout24.de";name="Sebastian Kirsch",before;name="André Rouél",SmiddyPence;email="smiddypence@gmail.com";name="Nicholas Smith",ftomassetti;email="federico@tomassetti.me";name="Federico Tomassetti",ptitjes;email="ptitjes@free.fr";name="Didier Villevalois",MysterAitch;name="Roger Howell",MysterAitch;name="Roger Howell",jlerbsc;name="Jean Pierre Lerbscher",maartenc;name="Maarten Coene" Low Product Manifest bundle-docurl https://github.com/javaparser/javaparser-core Low Product Manifest Bundle-Name javaparser-core Medium Product Manifest bundle-symbolicname com.github.javaparser.javaparser-core Medium Product pom artifactid javaparser-core Highest Product pom groupid com.github.javaparser Highest Product pom parent-artifactid javaparser-parent Medium Version file version 3.25.3 High Version gradle version 3.25.3 Highest Version Manifest Bundle-Version 3.25.3 High Version pom version 3.25.3 Highest
javaparser-symbol-solver-core-3.25.3.jarDescription:
A Symbol Solver for Java, built on top of JavaParser (core) License:
GNU Lesser General Public License: http://www.gnu.org/licenses/lgpl-3.0.html
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.github.javaparser/javaparser-symbol-solver-core/3.25.3/38c6143b14bdfd2e1e20b3a47cded11262bd014a/javaparser-symbol-solver-core-3.25.3.jar
MD5: 9176e6106fb24a4cb80053f882ba7c1e
SHA1: 38c6143b14bdfd2e1e20b3a47cded11262bd014a
SHA256: fc81af81c741ef3b97faebde79dd7ebb0697dafc1243ff4254111cc459d7dde9
Referenced In Projects/Scopes: opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 javaparser-symbol-solver-core-3.25.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name javaparser-symbol-solver-core High Vendor gradle artifactid javaparser-symbol-solver-core Highest Vendor gradle groupid com.github.javaparser Highest Vendor jar package name core Highest Vendor jar package name github Highest Vendor jar package name javaparser Highest Vendor jar package name symbolsolver Highest Vendor Manifest automatic-module-name com.github.javaparser.symbolsolver.core Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor pom artifactid javaparser-symbol-solver-core Low Vendor pom groupid com.github.javaparser Highest Vendor pom parent-artifactid javaparser-parent Low Product file name javaparser-symbol-solver-core High Product gradle artifactid javaparser-symbol-solver-core Highest Product jar package name core Highest Product jar package name github Highest Product jar package name javaparser Highest Product jar package name symbolsolver Highest Product Manifest automatic-module-name com.github.javaparser.symbolsolver.core Medium Product Manifest build-jdk-spec 1.8 Low Product pom artifactid javaparser-symbol-solver-core Highest Product pom groupid com.github.javaparser Highest Product pom parent-artifactid javaparser-parent Medium Version file version 3.25.3 High Version gradle version 3.25.3 Highest Version pom version 3.25.3 Highest
javassist-3.18.2-GA.jarDescription:
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java.
License:
MPL 1.1: http://www.mozilla.org/MPL/MPL-1.1.html
LGPL 2.1: http://www.gnu.org/licenses/lgpl-2.1.html
Apache License 2.0: http://www.apache.org/licenses/ File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.javassist/javassist/3.18.2-GA/1180a90fbad732b60fb728a6bbe8fcb3151423d7/javassist-3.18.2-GA.jar
MD5: 9c1d3fc0b4cb4fc553d9b4ec0edf5b90
SHA1: 1180a90fbad732b60fb728a6bbe8fcb3151423d7
SHA256: 3b6205716b7c0dc471def89fa367b1e97f085d6faac6acac6ac14e0cd67324b3
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath javassist-3.18.2-GA.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 Evidence Type Source Name Value Confidence Vendor file name javassist High Vendor gradle artifactid javassist Highest Vendor gradle groupid org.javassist Highest Vendor jar package name bytecode Highest Vendor jar package name javassist Highest Vendor Manifest bundle-symbolicname javassist Medium Vendor Manifest specification-vendor Shigeru Chiba, www.javassist.org Low Vendor pom artifactid javassist Low Vendor pom developer email adinn@redhat.com Low Vendor pom developer email chiba@javassist.org Low Vendor pom developer email kabir.khan@jboss.com Low Vendor pom developer email smarlow@redhat.com Low Vendor pom developer id adinn Medium Vendor pom developer id chiba Medium Vendor pom developer id kabir.khan@jboss.com Medium Vendor pom developer id smarlow Medium Vendor pom developer name Andrew Dinn Medium Vendor pom developer name Kabir Khan Medium Vendor pom developer name Scott Marlow Medium Vendor pom developer name Shigeru Chiba Medium Vendor pom developer org JBoss Medium Vendor pom developer org The Javassist Project Medium Vendor pom developer org URL http://www.javassist.org/ Medium Vendor pom developer org URL http://www.jboss.org/ Medium Vendor pom groupid org.javassist Highest Vendor pom name Javassist High Vendor pom url http://www.javassist.org/ Highest Product file name javassist High Product gradle artifactid javassist Highest Product jar package name bytecode Highest Product jar package name javassist Highest Product Manifest Bundle-Name Javassist Medium Product Manifest bundle-symbolicname javassist Medium Product Manifest specification-title Javassist Medium Product pom artifactid javassist Highest Product pom developer email adinn@redhat.com Low Product pom developer email chiba@javassist.org Low Product pom developer email kabir.khan@jboss.com Low Product pom developer email smarlow@redhat.com Low Product pom developer id adinn Low Product pom developer id chiba Low Product pom developer id kabir.khan@jboss.com Low Product pom developer id smarlow Low Product pom developer name Andrew Dinn Low Product pom developer name Kabir Khan Low Product pom developer name Scott Marlow Low Product pom developer name Shigeru Chiba Low Product pom developer org JBoss Low Product pom developer org The Javassist Project Low Product pom developer org URL http://www.javassist.org/ Low Product pom developer org URL http://www.jboss.org/ Low Product pom groupid org.javassist Highest Product pom name Javassist High Product pom url http://www.javassist.org/ Medium Version gradle version 3.18.2-GA Highest Version pom version 3.18.2-GA Highest
javassist-3.29.2-GA.jarDescription:
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java.
License:
MPL 1.1: http://www.mozilla.org/MPL/MPL-1.1.html
LGPL 2.1: http://www.gnu.org/licenses/lgpl-2.1.html
Apache License 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.javassist/javassist/3.29.2-GA/6c32028609e5dd4a1b78e10fbcd122b09b3928b1/javassist-3.29.2-GA.jar
MD5: 9783c90ffa4d36eddda9526fde06f3ea
SHA1: 6c32028609e5dd4a1b78e10fbcd122b09b3928b1
SHA256: a90ddb25135df9e57ea9bd4e224e219554929758f9bae9965f29f81d60a3293f
Referenced In Projects/Scopes: opencdx-commons:spotless1659553931 opencdx-discovery:compileClasspath opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-discovery:productionRuntimeClasspath opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-discovery:runtimeClasspath opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 javassist-3.29.2-GA.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name javassist High Vendor gradle artifactid javassist Highest Vendor gradle groupid org.javassist Highest Vendor jar package name bytecode Highest Vendor jar package name javassist Highest Vendor Manifest automatic-module-name org.javassist Medium Vendor Manifest bundle-symbolicname javassist Medium Vendor Manifest specification-vendor Shigeru Chiba, www.javassist.org Low Vendor pom artifactid javassist Low Vendor pom developer email adinn@redhat.com Low Vendor pom developer email chiba@javassist.org Low Vendor pom developer email kabir.khan@jboss.com Low Vendor pom developer email smarlow@redhat.com Low Vendor pom developer id adinn Medium Vendor pom developer id chiba Medium Vendor pom developer id kabir.khan@jboss.com Medium Vendor pom developer id scottmarlow Medium Vendor pom developer name Andrew Dinn Medium Vendor pom developer name Kabir Khan Medium Vendor pom developer name Scott Marlow Medium Vendor pom developer name Shigeru Chiba Medium Vendor pom developer org JBoss Medium Vendor pom developer org The Javassist Project Medium Vendor pom developer org URL http://www.javassist.org/ Medium Vendor pom developer org URL http://www.jboss.org/ Medium Vendor pom groupid org.javassist Highest Vendor pom name Javassist High Vendor pom organization name Shigeru Chiba, www.javassist.org High Vendor pom url http://www.javassist.org/ Highest Product file name javassist High Product gradle artifactid javassist Highest Product jar package name bytecode Highest Product jar package name javassist Highest Product Manifest automatic-module-name org.javassist Medium Product Manifest Bundle-Name Javassist Medium Product Manifest bundle-symbolicname javassist Medium Product Manifest specification-title Javassist Medium Product pom artifactid javassist Highest Product pom developer email adinn@redhat.com Low Product pom developer email chiba@javassist.org Low Product pom developer email kabir.khan@jboss.com Low Product pom developer email smarlow@redhat.com Low Product pom developer id adinn Low Product pom developer id chiba Low Product pom developer id kabir.khan@jboss.com Low Product pom developer id scottmarlow Low Product pom developer name Andrew Dinn Low Product pom developer name Kabir Khan Low Product pom developer name Scott Marlow Low Product pom developer name Shigeru Chiba Low Product pom developer org JBoss Low Product pom developer org The Javassist Project Low Product pom developer org URL http://www.javassist.org/ Low Product pom developer org URL http://www.jboss.org/ Low Product pom groupid org.javassist Highest Product pom name Javassist High Product pom organization name Shigeru Chiba, www.javassist.org Low Product pom url http://www.javassist.org/ Medium Version gradle version 3.29.2-GA Highest Version Manifest specification-version 3.29.2-GA High Version pom version 3.29.2-GA Highest
javax.inject-1.jar jaxb-core-4.0.4.jarDescription:
JAXB Core module. Contains sources required by XJC, JXC and Runtime modules. License:
http://www.eclipse.org/org/documents/edl-v10.php File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.jaxb/jaxb-core/4.0.4/2d5aadd02af86f1e9d8c6f7e8501673f915d4e25/jaxb-core-4.0.4.jar
MD5: 244f2bbf8fca5549421d9199fab22f53
SHA1: 2d5aadd02af86f1e9d8c6f7e8501673f915d4e25
SHA256: 0112a26623460fb4df5a0a29b663f2adfe7e9584eb138ae047b5a21c9457f0d7
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath jaxb-core-4.0.4.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jaxb-core High Vendor gradle artifactid jaxb-core Highest Vendor gradle groupid org.glassfish.jaxb Highest Vendor jar package name core Highest Vendor jar package name glassfish Highest Vendor jar package name jaxb Highest Vendor Manifest bundle-docurl https://www.eclipse.org Low Vendor Manifest bundle-symbolicname org.glassfish.jaxb.core Medium Vendor Manifest git-revision 75b0b97 Low Vendor Manifest implementation-build-id 4.0.4 - 75b0b97 Low Vendor Manifest Implementation-Vendor Eclipse Foundation High Vendor Manifest Implementation-Vendor-Id org.glassfish.jaxb Medium Vendor Manifest specification-vendor Eclipse Foundation Low Vendor pom artifactid jaxb-core Low Vendor pom groupid org.glassfish.jaxb Highest Vendor pom name JAXB Core High Vendor pom parent-artifactid jaxb-parent Low Vendor pom parent-groupid com.sun.xml.bind.mvn Medium Vendor pom url https://eclipse-ee4j.github.io/jaxb-ri/ Highest Product file name jaxb-core High Product gradle artifactid jaxb-core Highest Product jar package name core Highest Product jar package name glassfish Highest Product jar package name jaxb Highest Product Manifest bundle-docurl https://www.eclipse.org Low Product Manifest Bundle-Name JAXB Core Medium Product Manifest bundle-symbolicname org.glassfish.jaxb.core Medium Product Manifest git-revision 75b0b97 Low Product Manifest implementation-build-id 4.0.4 - 75b0b97 Low Product Manifest Implementation-Title Eclipse Implementation of JAXB High Product Manifest specification-title Jakarta XML Binding Medium Product pom artifactid jaxb-core Highest Product pom groupid org.glassfish.jaxb Highest Product pom name JAXB Core High Product pom parent-artifactid jaxb-parent Medium Product pom parent-groupid com.sun.xml.bind.mvn Medium Product pom url https://eclipse-ee4j.github.io/jaxb-ri/ Medium Version file version 4.0.4 High Version gradle version 4.0.4 Highest Version Manifest build-version 4.0.4 Medium Version Manifest Bundle-Version 4.0.4 High Version Manifest implementation-build-id 4.0.4 Low Version pom version 4.0.4 Highest
jaxb-runtime-4.0.4.jarDescription:
JAXB (JSR 222) Reference Implementation License:
http://www.eclipse.org/org/documents/edl-v10.php File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.jaxb/jaxb-runtime/4.0.4/7180c50ef8bd127bb1dd645458b906cffcf6c2b5/jaxb-runtime-4.0.4.jar
MD5: 84368e1b5fbd1e99ce5c4f05c57c210e
SHA1: 7180c50ef8bd127bb1dd645458b906cffcf6c2b5
SHA256: e15d383952b4dc889eaa33adfce905c1792bcd941828d9e05e5c43728a3791f2
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath jaxb-runtime-4.0.4.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jaxb-runtime High Vendor gradle artifactid jaxb-runtime Highest Vendor gradle groupid org.glassfish.jaxb Highest Vendor jar package name glassfish Highest Vendor jar package name jaxb Highest Vendor jar package name runtime Highest Vendor Manifest bundle-docurl https://www.eclipse.org Low Vendor Manifest bundle-symbolicname org.glassfish.jaxb.runtime Medium Vendor Manifest git-revision 75b0b97 Low Vendor Manifest implementation-build-id 4.0.4 - 75b0b97 Low Vendor Manifest Implementation-Vendor Eclipse Foundation High Vendor Manifest Implementation-Vendor-Id org.glassfish.jaxb Medium Vendor Manifest provide-capability osgi.serviceloader;osgi.serviceloader="jakarta.xml.bind.JAXBContextFactory" Low Vendor Manifest specification-vendor Eclipse Foundation Low Vendor pom artifactid jaxb-runtime Low Vendor pom groupid org.glassfish.jaxb Highest Vendor pom name JAXB Runtime High Vendor pom parent-artifactid jaxb-runtime-parent Low Vendor pom parent-groupid com.sun.xml.bind.mvn Medium Vendor pom url https://eclipse-ee4j.github.io/jaxb-ri/ Highest Product file name jaxb-runtime High Product gradle artifactid jaxb-runtime Highest Product jar package name glassfish Highest Product jar package name jaxb Highest Product jar package name runtime Highest Product Manifest bundle-docurl https://www.eclipse.org Low Product Manifest Bundle-Name JAXB Runtime Medium Product Manifest bundle-symbolicname org.glassfish.jaxb.runtime Medium Product Manifest git-revision 75b0b97 Low Product Manifest implementation-build-id 4.0.4 - 75b0b97 Low Product Manifest Implementation-Title Eclipse Implementation of JAXB High Product Manifest provide-capability osgi.serviceloader;osgi.serviceloader="jakarta.xml.bind.JAXBContextFactory" Low Product Manifest specification-title Jakarta XML Binding Medium Product pom artifactid jaxb-runtime Highest Product pom groupid org.glassfish.jaxb Highest Product pom name JAXB Runtime High Product pom parent-artifactid jaxb-runtime-parent Medium Product pom parent-groupid com.sun.xml.bind.mvn Medium Product pom url https://eclipse-ee4j.github.io/jaxb-ri/ Medium Version file version 4.0.4 High Version gradle version 4.0.4 Highest Version Manifest build-version 4.0.4 Medium Version Manifest Bundle-Version 4.0.4 High Version Manifest implementation-build-id 4.0.4 Low Version pom version 4.0.4 Highest
jboss-logging-3.5.3.Final.jar jcl-over-slf4j-2.0.9.jarDescription:
JCL 1.2 implemented over SLF4J License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.slf4j/jcl-over-slf4j/2.0.9/89eb336cf1183ce075253c7c3788aa196d56f71a/jcl-over-slf4j-2.0.9.jar
MD5: 4e72ed6776eb9bf14433df7bd0278662
SHA1: 89eb336cf1183ce075253c7c3788aa196d56f71a
SHA256: f98f1eb8179bcb312aeb76a607746f4f2d0f03ce265ee78141f5c3c8302102af
Referenced In Projects/Scopes: opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-config:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-config:productionRuntimeClasspath jcl-over-slf4j-2.0.9.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jcl-over-slf4j High Vendor gradle artifactid jcl-over-slf4j Highest Vendor gradle groupid org.slf4j Highest Vendor Manifest build-jdk-spec 20 Low Vendor Manifest bundle-docurl http://www.slf4j.org Low Vendor Manifest bundle-symbolicname jcl.over.slf4j Medium Vendor Manifest multi-release true Low Vendor Manifest originally-created-by Apache Maven Bundle Plugin 5.1.8 Low Vendor pom artifactid jcl-over-slf4j Low Vendor pom groupid org.slf4j Highest Vendor pom name JCL 1.2 implemented over SLF4J High Vendor pom parent-artifactid slf4j-parent Low Vendor pom url http://www.slf4j.org Highest Product file name jcl-over-slf4j High Product gradle artifactid jcl-over-slf4j Highest Product jar package name apache Highest Product Manifest build-jdk-spec 20 Low Product Manifest bundle-docurl http://www.slf4j.org Low Product Manifest Bundle-Name JCL 1.2 implemented over SLF4J Medium Product Manifest bundle-symbolicname jcl.over.slf4j Medium Product Manifest Implementation-Title jcl-over-slf4j High Product Manifest multi-release true Low Product Manifest originally-created-by Apache Maven Bundle Plugin 5.1.8 Low Product pom artifactid jcl-over-slf4j Highest Product pom groupid org.slf4j Highest Product pom name JCL 1.2 implemented over SLF4J High Product pom parent-artifactid slf4j-parent Medium Product pom url http://www.slf4j.org Medium Version file version 2.0.9 High Version gradle version 2.0.9 Highest Version Manifest Bundle-Version 2.0.9 High Version Manifest Implementation-Version 2.0.9 High Version pom version 2.0.9 Highest
jersey-apache-connector-3.1.5.jarDescription:
Jersey Client Transport via Apache License:
http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.jersey.connectors/jersey-apache-connector/3.1.5/ec06316a19338bcc8236d6d5ac38b273ffbbd5cd/jersey-apache-connector-3.1.5.jar
MD5: c24683b5c688363c5ed64e1bd253e918
SHA1: ec06316a19338bcc8236d6d5ac38b273ffbbd5cd
SHA256: b8b4755c95b354dba879667f2784be62c343538ead4f451b33ac2ea64e90028c
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath jersey-apache-connector-3.1.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jersey-apache-connector High Vendor gradle artifactid jersey-apache-connector Highest Vendor gradle groupid org.glassfish.jersey.connectors Highest Vendor jar package name apache Highest Vendor jar package name connector Highest Vendor jar package name glassfish Highest Vendor jar package name jersey Highest Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Vendor Manifest bundle-symbolicname org.glassfish.jersey.connectors.jersey-apache-connector Medium Vendor pom artifactid jersey-apache-connector Low Vendor pom groupid org.glassfish.jersey.connectors Highest Vendor pom name jersey-connectors-apache High Vendor pom parent-artifactid project Low Product file name jersey-apache-connector High Product gradle artifactid jersey-apache-connector Highest Product jar package name apache Highest Product jar package name connector Highest Product jar package name glassfish Highest Product jar package name jersey Highest Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Product Manifest Bundle-Name jersey-connectors-apache Medium Product Manifest bundle-symbolicname org.glassfish.jersey.connectors.jersey-apache-connector Medium Product pom artifactid jersey-apache-connector Highest Product pom groupid org.glassfish.jersey.connectors Highest Product pom name jersey-connectors-apache High Product pom parent-artifactid project Medium Version file version 3.1.5 High Version gradle version 3.1.5 Highest Version Manifest Bundle-Version 3.1.5 High Version pom version 3.1.5 Highest
jersey-client-3.1.5.jarDescription:
Jersey core client implementation License:
http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.jersey.core/jersey-client/3.1.5/15695e853b7583703aff98e543b95fa0ca4553/jersey-client-3.1.5.jar
MD5: fc31fcf3adee190f28c206428d67457d
SHA1: 0015695e853b7583703aff98e543b95fa0ca4553
SHA256: e26b824ceb81e0ca4b73c7810448fb5566ef0c17ac871add93a92c291e505243
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath jersey-client-3.1.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jersey-client High Vendor gradle artifactid jersey-client Highest Vendor gradle groupid org.glassfish.jersey.core Highest Vendor jar package name client Highest Vendor jar package name glassfish Highest Vendor jar package name jersey Highest Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Vendor Manifest bundle-symbolicname org.glassfish.jersey.core.jersey-client Medium Vendor pom artifactid jersey-client Low Vendor pom groupid org.glassfish.jersey.core Highest Vendor pom name jersey-core-client High Vendor pom parent-artifactid project Low Vendor pom parent-groupid org.glassfish.jersey Medium Product file name jersey-client High Product gradle artifactid jersey-client Highest Product jar package name client Highest Product jar package name glassfish Highest Product jar package name jersey Highest Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Product Manifest Bundle-Name jersey-core-client Medium Product Manifest bundle-symbolicname org.glassfish.jersey.core.jersey-client Medium Product pom artifactid jersey-client Highest Product pom groupid org.glassfish.jersey.core Highest Product pom name jersey-core-client High Product pom parent-artifactid project Medium Product pom parent-groupid org.glassfish.jersey Medium Version file version 3.1.5 High Version gradle version 3.1.5 Highest Version Manifest Bundle-Version 3.1.5 High Version pom version 3.1.5 Highest
jersey-common-3.1.5.jarDescription:
Jersey core common packages License:
EPL 2.0: http://www.eclipse.org/legal/epl-2.0
The GNU General Public License (GPL), Version 2, With Classpath Exception: https://www.gnu.org/software/classpath/license.html
Apache License, 2.0: http://www.apache.org/licenses/LICENSE-2.0.html
Public Domain: https://creativecommons.org/publicdomain/zero/1.0/ File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.jersey.core/jersey-common/3.1.5/7a9edf47631e6588cf24f777f3e7f183d285a9e1/jersey-common-3.1.5.jar
MD5: 8b385d3f8136626ac2c4f01289a49951
SHA1: 7a9edf47631e6588cf24f777f3e7f183d285a9e1
SHA256: c7258f374433df583e50bbe5583fd6d6694393a322915024f719d21a218dc012
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath jersey-common-3.1.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jersey-common High Vendor gradle artifactid jersey-common Highest Vendor gradle groupid org.glassfish.jersey.core Highest Vendor jar package name glassfish Highest Vendor jar package name jersey Highest Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-activationpolicy lazy Low Vendor Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Vendor Manifest bundle-symbolicname org.glassfish.jersey.core.jersey-common Medium Vendor pom artifactid jersey-common Low Vendor pom groupid org.glassfish.jersey.core Highest Vendor pom name jersey-core-common High Vendor pom parent-artifactid project Low Vendor pom parent-groupid org.glassfish.jersey Medium Product file name jersey-common High Product gradle artifactid jersey-common Highest Product jar package name glassfish Highest Product jar package name jersey Highest Product Manifest build-jdk-spec 11 Low Product Manifest bundle-activationpolicy lazy Low Product Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Product Manifest Bundle-Name jersey-core-common Medium Product Manifest bundle-symbolicname org.glassfish.jersey.core.jersey-common Medium Product pom artifactid jersey-common Highest Product pom groupid org.glassfish.jersey.core Highest Product pom name jersey-core-common High Product pom parent-artifactid project Medium Product pom parent-groupid org.glassfish.jersey Medium Version file version 3.1.5 High Version gradle version 3.1.5 Highest Version Manifest Bundle-Version 3.1.5 High Version pom version 3.1.5 Highest
jersey-container-servlet-3.1.5.jarDescription:
Jersey core Servlet 3.x implementation License:
http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.jersey.containers/jersey-container-servlet/3.1.5/975d3721667afd7cad552f76820f5b9eab13970c/jersey-container-servlet-3.1.5.jar
MD5: 0059722b9ebaee8b40de7dbb91d47ba6
SHA1: 975d3721667afd7cad552f76820f5b9eab13970c
SHA256: 183117586002b222a10571a8dedc0c6889565c66e84261fc9e4b673d70afece4
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath jersey-container-servlet-3.1.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jersey-container-servlet High Vendor gradle artifactid jersey-container-servlet Highest Vendor gradle groupid org.glassfish.jersey.containers Highest Vendor jar package name glassfish Highest Vendor jar package name jersey Highest Vendor jar package name servlet Highest Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Vendor Manifest bundle-symbolicname org.glassfish.jersey.containers.jersey-container-servlet Medium Vendor pom artifactid jersey-container-servlet Low Vendor pom groupid org.glassfish.jersey.containers Highest Vendor pom name jersey-container-servlet High Vendor pom parent-artifactid project Low Product file name jersey-container-servlet High Product gradle artifactid jersey-container-servlet Highest Product jar package name glassfish Highest Product jar package name jersey Highest Product jar package name servlet Highest Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Product Manifest Bundle-Name jersey-container-servlet Medium Product Manifest bundle-symbolicname org.glassfish.jersey.containers.jersey-container-servlet Medium Product pom artifactid jersey-container-servlet Highest Product pom groupid org.glassfish.jersey.containers Highest Product pom name jersey-container-servlet High Product pom parent-artifactid project Medium Version file version 3.1.5 High Version gradle version 3.1.5 Highest Version Manifest Bundle-Version 3.1.5 High Version pom version 3.1.5 Highest
jersey-container-servlet-core-3.1.5.jarDescription:
Jersey core Servlet 3.x implementation License:
http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.jersey.containers/jersey-container-servlet-core/3.1.5/ff8fdbb987a65da00e9856b22c7e850e5179e259/jersey-container-servlet-core-3.1.5.jar
MD5: 6e5131857e48be4260021b4b460d7743
SHA1: ff8fdbb987a65da00e9856b22c7e850e5179e259
SHA256: d0785d1fac629a88d4637e7c2cce76ae1bdf8569d3e8c15625a0c2b27fabe779
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath jersey-container-servlet-core-3.1.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jersey-container-servlet-core High Vendor gradle artifactid jersey-container-servlet-core Highest Vendor gradle groupid org.glassfish.jersey.containers Highest Vendor jar package name glassfish Highest Vendor jar package name jersey Highest Vendor jar package name servlet Highest Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Vendor Manifest bundle-symbolicname org.glassfish.jersey.containers.jersey-container-servlet-core Medium Vendor pom artifactid jersey-container-servlet-core Low Vendor pom groupid org.glassfish.jersey.containers Highest Vendor pom name jersey-container-servlet-core High Vendor pom parent-artifactid project Low Product file name jersey-container-servlet-core High Product gradle artifactid jersey-container-servlet-core Highest Product jar package name glassfish Highest Product jar package name jersey Highest Product jar package name servlet Highest Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Product Manifest Bundle-Name jersey-container-servlet-core Medium Product Manifest bundle-symbolicname org.glassfish.jersey.containers.jersey-container-servlet-core Medium Product pom artifactid jersey-container-servlet-core Highest Product pom groupid org.glassfish.jersey.containers Highest Product pom name jersey-container-servlet-core High Product pom parent-artifactid project Medium Version file version 3.1.5 High Version gradle version 3.1.5 Highest Version Manifest Bundle-Version 3.1.5 High Version pom version 3.1.5 Highest
jersey-hk2-3.1.5.jarDescription:
HK2 InjectionManager implementation License:
http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php, https://opensource.org/licenses/BSD-2-Clause, http://www.apache.org/licenses/LICENSE-2.0.html, https://creativecommons.org/publicdomain/zero/1.0/, https://asm.ow2.io/license.html, jquery.org/license, http://www.opensource.org/licenses/mit-license.php, https://www.w3.org/Consortium/Legal/copyright-documents-19990405 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.jersey.inject/jersey-hk2/3.1.5/9ecb5339c3de02e5939c72657e74e2c5fdeb71c8/jersey-hk2-3.1.5.jar
MD5: e246f08642259c8f0b1312238e98c2eb
SHA1: 9ecb5339c3de02e5939c72657e74e2c5fdeb71c8
SHA256: 0c9496cfc6b4f9b223c44c83b4df3edea7924ce4d52bffb55cf180e9ec4b4eeb
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath jersey-hk2-3.1.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jersey-hk2 High Vendor gradle artifactid jersey-hk2 Highest Vendor gradle groupid org.glassfish.jersey.inject Highest Vendor jar package name glassfish Highest Vendor jar package name hk2 Highest Vendor jar package name inject Highest Vendor jar package name jersey Highest Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Vendor Manifest bundle-symbolicname org.glassfish.jersey.inject.jersey-hk2 Medium Vendor pom artifactid jersey-hk2 Low Vendor pom groupid org.glassfish.jersey.inject Highest Vendor pom name jersey-inject-hk2 High Vendor pom parent-artifactid project Low Product file name jersey-hk2 High Product gradle artifactid jersey-hk2 Highest Product jar package name glassfish Highest Product jar package name hk2 Highest Product jar package name inject Highest Product jar package name jersey Highest Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Product Manifest Bundle-Name jersey-inject-hk2 Medium Product Manifest bundle-symbolicname org.glassfish.jersey.inject.jersey-hk2 Medium Product pom artifactid jersey-hk2 Highest Product pom groupid org.glassfish.jersey.inject Highest Product pom name jersey-inject-hk2 High Product pom parent-artifactid project Medium Version file version 3.1.5 High Version gradle version 3.1.5 Highest Version Manifest Bundle-Version 3.1.5 High Version pom version 3.1.5 Highest
jersey-server-3.1.5.jarDescription:
Jersey core server implementation License:
EPL 2.0: http://www.eclipse.org/legal/epl-2.0
The GNU General Public License (GPL), Version 2, With Classpath Exception: https://www.gnu.org/software/classpath/license.html
Apache License, 2.0: http://www.apache.org/licenses/LICENSE-2.0.html
Modified BSD: https://asm.ow2.io/license.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.jersey.core/jersey-server/3.1.5/30dd9ec9bdb832f7223e293e1f367c695506cad1/jersey-server-3.1.5.jar
MD5: 220237ee6d19e0c5e5bfdeeac95bca5a
SHA1: 30dd9ec9bdb832f7223e293e1f367c695506cad1
SHA256: a9b95e4ecc68ab0642c9c4a650482630edec995bd1a740d6223616a282b05e76
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath jersey-server-3.1.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jersey-server High Vendor gradle artifactid jersey-server Highest Vendor gradle groupid org.glassfish.jersey.core Highest Vendor jar package name glassfish Highest Vendor jar package name jersey Highest Vendor jar package name org Highest Vendor jar package name server Highest Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Vendor Manifest bundle-symbolicname org.glassfish.jersey.core.jersey-server Medium Vendor pom artifactid jersey-server Low Vendor pom groupid org.glassfish.jersey.core Highest Vendor pom name jersey-core-server High Vendor pom parent-artifactid project Low Vendor pom parent-groupid org.glassfish.jersey Medium Product file name jersey-server High Product gradle artifactid jersey-server Highest Product jar package name glassfish Highest Product jar package name jersey Highest Product jar package name org Highest Product jar package name server Highest Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl https://www.eclipse.org/org/foundation/ Low Product Manifest Bundle-Name jersey-core-server Medium Product Manifest bundle-symbolicname org.glassfish.jersey.core.jersey-server Medium Product pom artifactid jersey-server Highest Product pom groupid org.glassfish.jersey.core Highest Product pom name jersey-core-server High Product pom parent-artifactid project Medium Product pom parent-groupid org.glassfish.jersey Medium Version file version 3.1.5 High Version gradle version 3.1.5 Highest Version Manifest Bundle-Version 3.1.5 High Version pom version 3.1.5 Highest
jettison-1.4.0.jarDescription:
A StAX implementation for JSON. License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.codehaus.jettison/jettison/1.4.0/8f0e7bb69242e9ed5bfdf7384b37c1095b0974fc/jettison-1.4.0.jar
MD5: e52f1ecbc0de109bc689a14526ee4027
SHA1: 8f0e7bb69242e9ed5bfdf7384b37c1095b0974fc
SHA256: 769f05ee4e57a69734bad235f129f3fc2197193df2ef746bcd7cca43c999fba3
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath jettison-1.4.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name jettison High Vendor gradle artifactid jettison Highest Vendor gradle groupid org.codehaus.jettison Highest Vendor jar package name codehaus Highest Vendor jar package name jettison Highest Vendor jar package name json Highest Vendor Manifest bundle-symbolicname org.codehaus.jettison.jettison Medium Vendor pom artifactid jettison Low Vendor pom developer name The Jettison Team Medium Vendor pom groupid org.codehaus.jettison Highest Vendor pom name Jettison High Vendor pom url jettison-json/jettison Highest Product file name jettison High Product gradle artifactid jettison Highest Product jar package name codehaus Highest Product jar package name jettison Highest Product jar package name json Highest Product Manifest Bundle-Name jettison Medium Product Manifest bundle-symbolicname org.codehaus.jettison.jettison Medium Product Manifest Implementation-Title Jettison High Product pom artifactid jettison Highest Product pom developer name The Jettison Team Low Product pom groupid org.codehaus.jettison Highest Product pom name Jettison High Product pom url jettison-json/jettison High Version file version 1.4.0 High Version gradle version 1.4.0 Highest Version Manifest Bundle-Version 1.4.0 High Version Manifest Implementation-Version 1.4.0 High Version pom version 1.4.0 Highest
CVE-2022-40149 suppress
Those using Jettison to parse untrusted XML or JSON data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack. CWE-787 Out-of-bounds Write, CWE-121 Stack-based Buffer Overflow
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions:
CVE-2022-40150 suppress
Those using Jettison to parse untrusted XML or JSON data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by Out of memory. This effect may support a denial of service attack. CWE-400 Uncontrolled Resource Consumption, CWE-674 Uncontrolled Recursion
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions:
CVE-2022-45685 suppress
A stack overflow in Jettison before v1.5.2 allows attackers to cause a Denial of Service (DoS) via crafted JSON data. CWE-787 Out-of-bounds Write
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions:
CVE-2022-45693 suppress
Jettison before v1.5.2 was discovered to contain a stack overflow via the map parameter. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted string. CWE-787 Out-of-bounds Write
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions:
CVE-2023-1436 suppress
An infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This leads to a StackOverflowError exception being thrown.
CWE-674 Uncontrolled Recursion
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions:
jgrapht-core-1.5.0.jarDescription:
A Java class library for graph-theory data structures and algorithms. License:
GNU Lesser General Public License Version 2.1, February 1999: http://jgrapht.sourceforge.net/LGPL.html
Eclipse Public License (EPL) 2.0: http://www.eclipse.org/legal/epl-v20.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.jgrapht/jgrapht-core/1.5.0/822a36ce09237f067a0278563e642af631e502ee/jgrapht-core-1.5.0.jar
MD5: 25bcf45160a48f4d89e7c86197608957
SHA1: 822a36ce09237f067a0278563e642af631e502ee
SHA256: da02ba38ceba3e5bf46f5cd19682bd8e7a3693ae20d0dfad47c0933681286049
Referenced In Projects/Scopes: opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath jgrapht-core-1.5.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name jgrapht-core High Vendor gradle artifactid jgrapht-core Highest Vendor gradle groupid org.jgrapht Highest Vendor jar package name jgrapht Highest Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-symbolicname org.jgrapht.core Medium Vendor pom artifactid jgrapht-core Low Vendor pom groupid org.jgrapht Highest Vendor pom name JGraphT - Core High Vendor pom parent-artifactid jgrapht Low Product file name jgrapht-core High Product gradle artifactid jgrapht-core Highest Product jar package name graph Highest Product jar package name jgrapht Highest Product Manifest build-jdk-spec 11 Low Product Manifest Bundle-Name JGraphT - Core Medium Product Manifest bundle-symbolicname org.jgrapht.core Medium Product pom artifactid jgrapht-core Highest Product pom groupid org.jgrapht Highest Product pom name JGraphT - Core High Product pom parent-artifactid jgrapht Medium Version file version 1.5.0 High Version gradle version 1.5.0 Highest Version Manifest Bundle-Version 1.5.0 High Version pom version 1.5.0 Highest
jheaps-0.14-r3.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/jpms/jheaps/0.14-r3/jheaps-0.14-r3.jarMD5: 3873f30210f2a11438aebba8a55a7595SHA1: dacb2ad9cb87eb93734d43478b57d9ea29ff397cSHA256: 1ad3291871fce93ff91f9d3d164bc42e8b498026082203a98448fbb7f38b0d41Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath jheaps-0.14-r3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name jheaps High Vendor gradle artifactid jheaps Highest Vendor gradle groupid dev.ikm.jpms Highest Vendor jar package name jheaps Highest Vendor Manifest build-jdk-spec 19 Low Vendor pom artifactid jheaps Low Vendor pom groupid dev.ikm.jpms Highest Vendor pom name JHeaps High Vendor pom parent-artifactid java-parent Low Vendor pom parent-groupid dev.ikm.build Medium Product file name jheaps High Product gradle artifactid jheaps Highest Product jar package name jheaps Highest Product Manifest build-jdk-spec 19 Low Product pom artifactid jheaps Highest Product pom groupid dev.ikm.jpms Highest Product pom name JHeaps High Product pom parent-artifactid java-parent Medium Product pom parent-groupid dev.ikm.build Medium Version pom version 0.4.0 Highest
jimfs-1.2.jarDescription:
Jimfs is an in-memory implementation of Java 7's java.nio.file abstract file system API.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.jimfs/jimfs/1.2/48462eb319817c90c27d377341684b6b81372e08/jimfs-1.2.jar
MD5: c47cfe0223863f400132e6d8f38a8da0
SHA1: 48462eb319817c90c27d377341684b6b81372e08
SHA256: de16d5c8489729a8512f1a02fbd81f58f89249b72066987da4cc5c87ecb9f72d
Referenced In Projects/Scopes: opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 jimfs-1.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name jimfs High Vendor gradle artifactid jimfs Highest Vendor gradle groupid com.google.jimfs Highest Vendor jar package name file Highest Vendor jar package name google Highest Vendor jar package name jimfs Highest Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl http://www.google.com/ Low Vendor Manifest bundle-symbolicname com.google.jimfs Medium Vendor pom artifactid jimfs Low Vendor pom groupid com.google.jimfs Highest Vendor pom name Jimfs High Vendor pom parent-artifactid jimfs-parent Low Product file name jimfs High Product gradle artifactid jimfs Highest Product jar package name file Highest Product jar package name google Highest Product jar package name jimfs Highest Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl http://www.google.com/ Low Product Manifest Bundle-Name Jimfs Medium Product Manifest bundle-symbolicname com.google.jimfs Medium Product pom artifactid jimfs Highest Product pom groupid com.google.jimfs Highest Product pom name Jimfs High Product pom parent-artifactid jimfs-parent Medium Version file version 1.2 High Version gradle version 1.2 Highest Version pom version 1.2 Highest
jjwt-api-0.12.3.jarDescription:
JSON Web Token support for the JVM and Android License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.jsonwebtoken/jjwt-api/0.12.3/30b7de9176d17fa347eef14b85480825dab76b58/jjwt-api-0.12.3.jar
MD5: 2138a39cf29d1355c0da3d6d7ec60c9a
SHA1: 30b7de9176d17fa347eef14b85480825dab76b58
SHA256: 013dd3189fa62b433a0781eb6cfce1986aa00d1ea08d2f44a5c5047c7fab4722
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath jjwt-api-0.12.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.jsonwebtoken/jjwt-jackson@0.12.3 pkg:maven/io.jsonwebtoken/jjwt-impl@0.12.3 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.jsonwebtoken/jjwt-jackson@0.12.3 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.jsonwebtoken/jjwt-impl@0.12.3 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/io.jsonwebtoken/jjwt-jackson@0.12.3 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.jsonwebtoken/jjwt-impl@0.12.3 pkg:maven/io.jsonwebtoken/jjwt-impl@0.12.3 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.jsonwebtoken/jjwt-impl@0.12.3 pkg:maven/io.jsonwebtoken/jjwt-jackson@0.12.3 pkg:maven/io.jsonwebtoken/jjwt-jackson@0.12.3 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/io.jsonwebtoken/jjwt-impl@0.12.3 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/io.jsonwebtoken/jjwt-jackson@0.12.3 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name jjwt-api High Vendor gradle artifactid jjwt-api Highest Vendor gradle groupid io.jsonwebtoken Highest Vendor jar package name io Highest Vendor jar package name jsonwebtoken Highest Vendor Manifest build-jdk-spec 1.7 Low Vendor Manifest bundle-docurl https://github.com/jwtk/jjwt Low Vendor Manifest bundle-symbolicname io.jsonwebtoken.jjwt-api Medium Vendor Manifest implementation-url https://github.com/jwtk/jjwt/jjwt-api Low Vendor Manifest Implementation-Vendor jsonwebtoken.io High Vendor Manifest Implementation-Vendor-Id io.jsonwebtoken Medium Vendor Manifest specification-vendor jsonwebtoken.io Low Vendor pom artifactid jjwt-api Low Vendor pom groupid io.jsonwebtoken Highest Vendor pom name JJWT :: API High Vendor pom parent-artifactid jjwt-root Low Product file name jjwt-api High Product gradle artifactid jjwt-api Highest Product jar package name io Highest Product jar package name jsonwebtoken Highest Product Manifest build-jdk-spec 1.7 Low Product Manifest bundle-docurl https://github.com/jwtk/jjwt Low Product Manifest Bundle-Name JJWT :: API Medium Product Manifest bundle-symbolicname io.jsonwebtoken.jjwt-api Medium Product Manifest Implementation-Title JJWT :: API High Product Manifest implementation-url https://github.com/jwtk/jjwt/jjwt-api Low Product Manifest specification-title JJWT :: API Medium Product pom artifactid jjwt-api Highest Product pom groupid io.jsonwebtoken Highest Product pom name JJWT :: API High Product pom parent-artifactid jjwt-root Medium Version file version 0.12.3 High Version gradle version 0.12.3 Highest Version Manifest Bundle-Version 0.12.3 High Version Manifest Implementation-Version 0.12.3 High Version pom version 0.12.3 Highest
jjwt-impl-0.12.3.jarDescription:
JSON Web Token support for the JVM and Android License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.jsonwebtoken/jjwt-impl/0.12.3/e850d2b3f53bd82355cd9ee1c471054aa602b320/jjwt-impl-0.12.3.jar
MD5: e95b00a5a70ce1c0be24c086dedb0930
SHA1: e850d2b3f53bd82355cd9ee1c471054aa602b320
SHA256: 6bbba1fc9ff3fc06aa3e6f2b85d5269373cd60ece47d923e1078b179c83bb45c
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath jjwt-impl-0.12.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name jjwt-impl High Vendor gradle artifactid jjwt-impl Highest Vendor gradle groupid io.jsonwebtoken Highest Vendor jar package name impl Highest Vendor jar package name io Highest Vendor jar package name jsonwebtoken Highest Vendor Manifest build-jdk-spec 1.7 Low Vendor Manifest bundle-docurl https://github.com/jwtk/jjwt Low Vendor Manifest bundle-symbolicname io.jsonwebtoken.jjwt-impl Medium Vendor Manifest fragment-host io.jsonwebtoken.jjwt-api Low Vendor Manifest implementation-url https://github.com/jwtk/jjwt/jjwt-impl Low Vendor Manifest Implementation-Vendor jsonwebtoken.io High Vendor Manifest Implementation-Vendor-Id io.jsonwebtoken Medium Vendor Manifest specification-vendor jsonwebtoken.io Low Vendor pom artifactid jjwt-impl Low Vendor pom groupid io.jsonwebtoken Highest Vendor pom name JJWT :: Impl High Vendor pom parent-artifactid jjwt-root Low Product file name jjwt-impl High Product gradle artifactid jjwt-impl Highest Product jar package name impl Highest Product jar package name io Highest Product jar package name jsonwebtoken Highest Product Manifest build-jdk-spec 1.7 Low Product Manifest bundle-docurl https://github.com/jwtk/jjwt Low Product Manifest Bundle-Name JJWT :: Impl Medium Product Manifest bundle-symbolicname io.jsonwebtoken.jjwt-impl Medium Product Manifest fragment-host io.jsonwebtoken.jjwt-api Low Product Manifest Implementation-Title JJWT :: Impl High Product Manifest implementation-url https://github.com/jwtk/jjwt/jjwt-impl Low Product Manifest specification-title JJWT :: Impl Medium Product pom artifactid jjwt-impl Highest Product pom groupid io.jsonwebtoken Highest Product pom name JJWT :: Impl High Product pom parent-artifactid jjwt-root Medium Version file version 0.12.3 High Version gradle version 0.12.3 Highest Version Manifest Bundle-Version 0.12.3 High Version Manifest Implementation-Version 0.12.3 High Version pom version 0.12.3 Highest
jjwt-jackson-0.12.3.jarDescription:
JSON Web Token support for the JVM and Android License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.jsonwebtoken/jjwt-jackson/0.12.3/5e6d0e45441547d892d3273a4ce5dd042e91d162/jjwt-jackson-0.12.3.jar
MD5: 58d7702da3456a9abd95ff15ddd16d8e
SHA1: 5e6d0e45441547d892d3273a4ce5dd042e91d162
SHA256: cd9a28261323bd926add4344f786220b40937de476270a02e849486f940b30cb
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath jjwt-jackson-0.12.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name jjwt-jackson High Vendor gradle artifactid jjwt-jackson Highest Vendor gradle groupid io.jsonwebtoken Highest Vendor jar package name io Highest Vendor jar package name jackson Highest Vendor jar package name jsonwebtoken Highest Vendor Manifest build-jdk-spec 1.7 Low Vendor Manifest bundle-docurl https://github.com/jwtk/jjwt Low Vendor Manifest bundle-symbolicname io.jsonwebtoken.jjwt-jackson Medium Vendor Manifest fragment-host io.jsonwebtoken.jjwt-api Low Vendor Manifest implementation-url https://github.com/jwtk/jjwt/jjwt-jackson Low Vendor Manifest Implementation-Vendor jsonwebtoken.io High Vendor Manifest Implementation-Vendor-Id io.jsonwebtoken Medium Vendor Manifest specification-vendor jsonwebtoken.io Low Vendor pom artifactid jjwt-jackson Low Vendor pom groupid io.jsonwebtoken Highest Vendor pom name JJWT :: Extensions :: Jackson High Vendor pom parent-artifactid jjwt-root Low Product file name jjwt-jackson High Product gradle artifactid jjwt-jackson Highest Product jar package name io Highest Product jar package name jackson Highest Product jar package name jsonwebtoken Highest Product Manifest build-jdk-spec 1.7 Low Product Manifest bundle-docurl https://github.com/jwtk/jjwt Low Product Manifest Bundle-Name JJWT :: Extensions :: Jackson Medium Product Manifest bundle-symbolicname io.jsonwebtoken.jjwt-jackson Medium Product Manifest fragment-host io.jsonwebtoken.jjwt-api Low Product Manifest Implementation-Title JJWT :: Extensions :: Jackson High Product Manifest implementation-url https://github.com/jwtk/jjwt/jjwt-jackson Low Product Manifest specification-title JJWT :: Extensions :: Jackson Medium Product pom artifactid jjwt-jackson Highest Product pom groupid io.jsonwebtoken Highest Product pom name JJWT :: Extensions :: Jackson High Product pom parent-artifactid jjwt-root Medium Version file version 0.12.3 High Version gradle version 0.12.3 Highest Version Manifest Bundle-Version 0.12.3 High Version Manifest Implementation-Version 0.12.3 High Version pom version 0.12.3 Highest
jnats-2.12.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.nats/jnats/2.12.0/14db40e699c4c5bfb1088092acb915a39d322713/jnats-2.12.0.jarMD5: c13f7c81d4188e892440d31451960bd8SHA1: 14db40e699c4c5bfb1088092acb915a39d322713SHA256: 8d01b29984518d015fa83bf5b49452c762af071aca95e100b43e42eb7609b987Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath jnats-2.12.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.nats/nats-spring@0.5.6 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.nats/nats-spring@0.5.6 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.nats/nats-spring@0.5.6 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name jnats High Vendor gradle artifactid jnats Highest Vendor gradle groupid io.nats Highest Vendor jar package name client Low Vendor jar package name io Highest Vendor jar package name io Low Vendor jar package name nats Highest Vendor jar package name nats Low Vendor Manifest automatic-module-name io.nats.jnats Medium Vendor Manifest bundle-symbolicname jnats Medium Vendor Manifest Implementation-Vendor nats.io High Product file name jnats High Product gradle artifactid jnats Highest Product jar package name client Low Product jar package name io Highest Product jar package name nats Highest Product jar package name nats Low Product Manifest automatic-module-name io.nats.jnats Medium Product Manifest Bundle-Name jnats Medium Product Manifest bundle-symbolicname jnats Medium Product Manifest Implementation-Title Java Nats High Version file version 2.12.0 High Version Manifest Implementation-Version 2.12.0 High
joda-time-2.3.jarDescription:
Date and time library to replace JDK date handling License:
Apache 2: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/joda-time/joda-time/2.3/56498efd17752898cfcc3868c1b6211a07b12b8f/joda-time-2.3.jar
MD5: ff85fe8f3ab26b36092475a95f43fb7e
SHA1: 56498efd17752898cfcc3868c1b6211a07b12b8f
SHA256: 602fd8006641f8b3afd589acbd9c9b356712bdcf0f9323557ec8648cd234983b
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath joda-time-2.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name joda-time High Vendor gradle artifactid joda-time Highest Vendor gradle groupid joda-time Highest Vendor jar package name joda Highest Vendor jar package name time Highest Vendor Manifest bundle-docurl http://www.joda.org/joda-time/ Low Vendor Manifest bundle-symbolicname joda-time Medium Vendor Manifest extension-name joda-time Medium Vendor Manifest Implementation-Vendor Joda.org High Vendor Manifest Implementation-Vendor-Id org.joda Medium Vendor Manifest specification-vendor Joda.org Low Vendor pom artifactid joda-time Low Vendor pom developer id broneill Medium Vendor pom developer id scolebourne Medium Vendor pom developer name Brian S O'Neill Medium Vendor pom developer name Stephen Colebourne Medium Vendor pom groupid joda-time Highest Vendor pom name Joda-Time High Vendor pom organization name Joda.org High Vendor pom organization url http://www.joda.org Medium Vendor pom url http://www.joda.org/joda-time/ Highest Product file name joda-time High Product gradle artifactid joda-time Highest Product jar package name joda Highest Product jar package name time Highest Product Manifest bundle-docurl http://www.joda.org/joda-time/ Low Product Manifest Bundle-Name Joda-Time Medium Product Manifest bundle-symbolicname joda-time Medium Product Manifest extension-name joda-time Medium Product Manifest Implementation-Title org.joda.time High Product Manifest specification-title Joda-Time Medium Product pom artifactid joda-time Highest Product pom developer id broneill Low Product pom developer id scolebourne Low Product pom developer name Brian S O'Neill Low Product pom developer name Stephen Colebourne Low Product pom groupid joda-time Highest Product pom name Joda-Time High Product pom organization name Joda.org Low Product pom organization url http://www.joda.org Low Product pom url http://www.joda.org/joda-time/ Medium Version file version 2.3 High Version gradle version 2.3 Highest Version Manifest Bundle-Version 2.3 High Version Manifest Implementation-Version 2.3 High Version pom version 2.3 Highest
jquery-3.6.1.min.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/javadoc/script-dir/jquery-3.6.1.min.jsMD5: 00727d1d5d9c90f7de826f1a4a9cc632SHA1: ea61688671d0c3044f2c5b2f2c4af0a6620ac6c2SHA256: a3cf00c109d907e543bc4f6dbc85eb31068f94515251347e9e57509b52ee3d74Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery-ui.min.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/javadoc/script-dir/jquery-ui.min.jsMD5: a443ef25e4d347d30d3222a401f9ae54SHA1: 47c18aebea0d1116f19b279134e50c9f0d381405SHA256: a6c0904499f1efeef05641bd28fd7c73785e60f69ce9c699daf65af8b3720703Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery-ui.min.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/content/js/jquery-ui.min.jsMD5: 30a451c1686102d80f56f746803c2cb4SHA1: 528060a8af10ccf9e24f0403b0416e6d864537adSHA256: 08b13c0ce0b7a383d89e0e671e0aefaf58ef4e656cbeab2120e4e14476f8c8e1Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence Vendor file name jquery-ui High Product file name jquery-ui High Version file version 1.12.1 High
CVE-2021-41182 suppress
jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `altField` option of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `altField` option is now treated as a CSS selector. A workaround is to not accept the value of the `altField` option from untrusted sources. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
info - https://github.com/jquery/jquery-ui/security/advisories/GHSA-9gj3-hwp5-pmwc info - https://nvd.nist.gov/vuln/detail/CVE-2021-41182 security-advisories@github.com - EXPLOIT,MITIGATION,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - RELEASE_NOTES,VENDOR_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY Vulnerable Software & Versions (NVD):
cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 7.0; versions up to (excluding) 7.86 cpe:2.3:a:jqueryui:jquery_ui:*:*:*:*:*:jquery:*:* versions up to (excluding) 1.13.0 cpe:2.3:a:oracle:agile_plm:9.3.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:* versions up to (excluding) 22.1.1 cpe:2.3:a:oracle:banking_platform:2.9.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_platform:2.12.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:big_data_spatial_and_graph:*:*:*:*:*:*:*:* versions up to (excluding) 23.1 cpe:2.3:a:oracle:big_data_spatial_and_graph:23.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_interactive_session_recorder:6.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:4.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:4.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_inventory_management:9.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_materials_control:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_suite8:*:*:*:*:*:*:*:* versions from (including) 8.11.0; versions up to (including) 8.14.0 cpe:2.3:a:oracle:hospitality_suite8:8.10.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:jd_edwards_enterpriseone_tools:*:*:*:*:*:*:*:* versions up to (including) 9.2.6.3 cpe:2.3:a:oracle:mysql_enterprise_monitor:*:*:*:*:*:*:*:* versions up to (including) 8.0.29 cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation:*:*:*:*:*:*:*:* versions from (including) 12.2.0; versions up to (including) 12.2.25 cpe:2.3:a:oracle:primavera_unifier:*:*:*:*:*:*:*:* versions from (including) 17.7; versions up to (including) 17.12 cpe:2.3:a:oracle:primavera_unifier:17.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:17.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:17.9:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:17.10:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:17.11:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:17.12:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:18.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:19.12:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:20.12:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:21.12:*:*:*:*:*:*:* cpe:2.3:a:oracle:rest_data_services:*:*:*:*:-:*:*:* versions up to (excluding) 22.1.1 cpe:2.3:a:oracle:rest_data_services:22.1.1:*:*:*:-:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:* cpe:2.3:a:tenable:tenable.sc:*:*:*:*:*:*:*:* versions up to (excluding) 5.21.0 CVE-2021-41183 suppress
jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of various `*Text` options of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. The values passed to various `*Text` options are now always treated as pure text, not HTML. A workaround is to not accept the value of the `*Text` options from untrusted sources. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
info - https://bugs.jqueryui.com/ticket/15284 info - https://nvd.nist.gov/vuln/detail/CVE-2021-41183 security-advisories@github.com - EXPLOIT,MITIGATION,THIRD_PARTY_ADVISORY security-advisories@github.com - ISSUE_TRACKING,VENDOR_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,RELEASE_NOTES,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - RELEASE_NOTES,VENDOR_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY Vulnerable Software & Versions (NVD):
cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 7.0; versions up to (excluding) 7.86 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 9.2.0; versions up to (excluding) 9.2.11 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 9.3.0; versions up to (excluding) 9.3.3 cpe:2.3:a:jqueryui:jquery_ui:*:*:*:*:*:jquery:*:* versions up to (excluding) 1.13.0 cpe:2.3:a:oracle:agile_plm:9.3.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:* versions up to (excluding) 22.1.1 cpe:2.3:a:oracle:banking_platform:2.9.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_platform:2.12.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:big_data_spatial_and_graph:*:*:*:*:*:*:*:* versions up to (excluding) 23.1 cpe:2.3:a:oracle:big_data_spatial_and_graph:23.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_interactive_session_recorder:6.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:4.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:4.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_inventory_management:9.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_suite8:*:*:*:*:*:*:*:* versions from (including) 8.11.0; versions up to (including) 11.14.0 cpe:2.3:a:oracle:hospitality_suite8:8.10.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:jd_edwards_enterpriseone_tools:*:*:*:*:*:*:*:* versions up to (including) 9.2.6.3 cpe:2.3:a:oracle:mysql_enterprise_monitor:*:*:*:*:*:*:*:* versions up to (including) 8.0.29 cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation:*:*:*:*:*:*:*:* versions from (including) 12.2.0; versions up to (including) 12.2.5 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 17.7; versions up to (including) 17.12 cpe:2.3:a:oracle:primavera_gateway:18.8.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_gateway:19.12.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_gateway:20.12.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_gateway:21.12.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:rest_data_services:*:*:*:*:-:*:*:* versions up to (excluding) 22.1.1 cpe:2.3:a:oracle:rest_data_services:22.1.1:*:*:*:-:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:* cpe:2.3:a:tenable:tenable.sc:*:*:*:*:*:*:*:* versions up to (excluding) 5.21.0 CVE-2021-41184 suppress
jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `of` option of the `.position()` util from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `of` option is now treated as a CSS selector. A workaround is to not accept the value of the `of` option from untrusted sources. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
info - https://github.com/jquery/jquery-ui/security/advisories/GHSA-gpqq-952q-5327 info - https://nvd.nist.gov/vuln/detail/CVE-2021-41184 security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MITIGATION,PATCH,VENDOR_ADVISORY security-advisories@github.com - PATCH,RELEASE_NOTES,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,VENDOR_ADVISORY security-advisories@github.com - RELEASE_NOTES,VENDOR_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY Vulnerable Software & Versions (NVD):
cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 7.0; versions up to (excluding) 7.86 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 9.2.0; versions up to (excluding) 9.2.11 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 9.3.0; versions up to (excluding) 9.3.3 cpe:2.3:a:jqueryui:jquery_ui:*:*:*:*:*:jquery:*:* versions up to (excluding) 1.13.0 cpe:2.3:a:oracle:agile_plm:9.3.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:* versions up to (excluding) 22.1.1 cpe:2.3:a:oracle:banking_platform:2.9.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_platform:2.12.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:big_data_spatial_and_graph:*:*:*:*:*:*:*:* versions up to (excluding) 23.1 cpe:2.3:a:oracle:big_data_spatial_and_graph:23.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_interactive_session_recorder:6.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:4.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:4.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_inventory_management:9.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_materials_control:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_suite8:*:*:*:*:*:*:*:* versions from (including) 8.11.0; versions up to (including) 8.14.0 cpe:2.3:a:oracle:hospitality_suite8:8.10.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:jd_edwards_enterpriseone_tools:*:*:*:*:*:*:*:* versions up to (including) 9.2.6.3 cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation:*:*:*:*:*:*:*:* versions from (including) 12.2.0; versions up to (including) 12.2.25 cpe:2.3:a:oracle:primavera_unifier:*:*:*:*:*:*:*:* versions from (including) 17.7; versions up to (including) 17.12 cpe:2.3:a:oracle:primavera_unifier:18.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:19.12:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:20.12:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:21.12:*:*:*:*:*:*:* cpe:2.3:a:oracle:rest_data_services:*:*:*:*:-:*:*:* versions up to (excluding) 22.1.1 cpe:2.3:a:oracle:rest_data_services:22.1.1:*:*:*:-:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:* cpe:2.3:a:tenable:tenable.sc:*:*:*:*:*:*:*:* versions up to (excluding) 5.21.0 CVE-2022-31160 suppress
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Versions prior to 1.13.2 are potentially vulnerable to cross-site scripting. Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. Calling `.checkboxradio( "refresh" )` on such a widget and the initial HTML contained encoded HTML entities will make them erroneously get decoded. This can lead to potentially executing JavaScript code. The bug has been patched in jQuery UI 1.13.2. To remediate the issue, someone who can change the initial HTML can wrap all the non-input contents of the `label` in a `span`. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
Vulnerable Software & Versions (NVD):
cpe:2.3:a:drupal:jquery_ui_checkboxradio:8.x-1.0:*:*:*:*:drupal:*:* cpe:2.3:a:drupal:jquery_ui_checkboxradio:8.x-1.1:*:*:*:*:drupal:*:* cpe:2.3:a:drupal:jquery_ui_checkboxradio:8.x-1.2:*:*:*:*:drupal:*:* cpe:2.3:a:drupal:jquery_ui_checkboxradio:8.x-1.3:*:*:*:*:drupal:*:* cpe:2.3:a:jqueryui:jquery_ui:*:*:*:*:*:jquery:*:* versions up to (excluding) 1.13.2 cpe:2.3:a:netapp:oncommand_insight:-:*:*:*:*:*:*:* jquery.colorhelpers.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.colorhelpers.jsMD5: 88e3b66abe16e03c573a0c969dde3f3cSHA1: 658e0c928ce129bb4be604d68bb8c8dc33cc3235SHA256: 09da5c94edc26c5d097343447ec56bb31f618d9d476a7652022f1b0a22643de8Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.cookie.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/content/js/jquery.cookie.jsMD5: d5528dde0006c78be04817327c2f9b6fSHA1: 31e1bcc4cf805a2c2fee21f48ded1e598f64a2a8SHA256: b84161c9fbf7520cd14e7019f92120bd87a928a074156e91a992eba9fc9436e8Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.axislabels.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot-axislabels/jquery.flot.axislabels.jsMD5: 2b90d0a0281dd769dc21223279dd7822SHA1: 019327a452b98386374437283328165c8c56a0ddSHA256: 002fd1985afe180e48a8551e18d2689826be3dda3009a1ce1cf006706a9726f6Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.canvas.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.canvas.jsMD5: a8710d08b758015617c9518fcad90a69SHA1: 42c698631324b1c0044bd52a1e024f6781955a5aSHA256: 9931d4a47df2181e243900b9d4956e97faf8c954f7dfbea3ffdc580e5898b0a1Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.categories.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.categories.jsMD5: b404141c778bcfa27d02f943352fbc4eSHA1: 54196fc214523c276f99eab1e6ed753602fc7f6eSHA256: 6e81664b28ea795c734906f4aa15614640a75ac7fbd399a7fb9084040698351aReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.crosshair.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.crosshair.jsMD5: 78077b855f710839538571453a245a33SHA1: 1a570471b966e7ae6d546b8f513b604b4636d205SHA256: 5c19fde427cf06e6644c356b9dfdc5cc54dab1d435e684236522f564694ae749Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.errorbars.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.errorbars.jsMD5: 73fcfdc8eb3b79de42e4e9a009749127SHA1: 2b078e837632d301981bf25c11dea945ba84b469SHA256: 7c4fc3cb19f8148fd980a13617eb9730affeb06db7d54e67ebe0eb2bcba74101Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.fillbetween.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.fillbetween.jsMD5: 84e8ec6c5278063e64ee6e574190303aSHA1: 317ad7cee551412555699427e40d805218050f22SHA256: a3e45f52fb5c3f2b85ea20f9a0e486d536b3d6bbc41170eb67cf6cd87ce1a0e1Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.image.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.image.jsMD5: 2947d3bde8e2384bd85e3faf6f44c433SHA1: 3b4893e9301f056e02df9e630ac126fda2e688d6SHA256: d2259e8ebff8a999010a1dc606fb9d721275dd663a247dbee70cf82ef1f11d0bReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.jsMD5: 89bc8ea971e99653717fa69a73d70bb4SHA1: 5a830d8c757562cd3157e4dee5cc2f138487238aSHA256: b7b931f273c38b1277b9c6c1f4e05c4ec09885a487bddaf3279e2d7e49a38e12Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
Related Dependencies jquery.flot.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot.tooltip/js/jquery.flot.js MD5: 89bc8ea971e99653717fa69a73d70bb4 SHA1: 5a830d8c757562cd3157e4dee5cc2f138487238a SHA256: b7b931f273c38b1277b9c6c1f4e05c4ec09885a487bddaf3279e2d7e49a38e12 jquery.flot.navigate.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.navigate.jsMD5: 0fd6d20c90a468fd43d5573542cfab4bSHA1: 9ae46180e2e40cd19b16d5da5ca888e058fd1db2SHA256: 350ebfc0675ee86f051a4c305193a1575f681169b69ee8bd48c8f3ae1566816dReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.pie.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.pie.jsMD5: 62dbbef98865feaa20a7f936c56ab931SHA1: 5f0d44a1b2db74915b5e7c2ab4b987a7250d87daSHA256: 46c11661df6074b1b56c221c53c8f9f5192f7ffd4eec7b73a03d53454b36d9c5Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.resize.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.resize.jsMD5: 826b0d2739932ac103bf420dbadd048eSHA1: 2d8280fbabf9a1eabbcbc562b9763cb07952118bSHA256: 8b9f5146f324ab0fb6f260eee984732a8efb82633b93d68f64cb5cc38e7082eeReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.selection.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.selection.jsMD5: 6e4a2701adaf2ace52c100aba5c3eaceSHA1: d23ac577ddc9e84418199594c7cb6226628f1c4cSHA256: e6c85f6c1ebe4b4da29d8ae238c7c5060283f05f7ef054f6b91817d02c092918Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.stack.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/content/js/jquery.flot.stack.jsMD5: ee6678541a389d85f93a26906b28bec6SHA1: 1a8f6b6ec09c94b7c9d9072ed47009c0ba228130SHA256: 814787b5f5c91c05a99e20898487dd579c19c04730913800b2386dbf41a792f5Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.stack.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.stack.jsMD5: 76945205e6094cc16871aef9b27606d7SHA1: 56f166fb0d60d360d32f65ad628150e1b96eed75SHA256: 8119b5d127f5f289f1c0e488c9233347d9239a340ad5e8df86b0d675eadc39f5Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.symbol.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.symbol.jsMD5: ca6ad22013ca6285353f1cf0ed07b90eSHA1: f93b8b68bff54c802c503295a395b82e1c0636dcSHA256: 67313e781ff843a1c3a3904aafe3d3d46b158ff28e0cb04bb30c52a7e1d1df27Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.threshold.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.threshold.jsMD5: acee3dea7eab3e1637f64ee5fa5adb98SHA1: ed0cdf34f93b17c2acbb008c446d5c59cb93aec9SHA256: 0d5950bb7a72560ee75f39fb8da9dc821debc7ea19e058b9cade9fa33b75d68dReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.time.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot/jquery.flot.time.jsMD5: 6a49d955cbc76f5c2fecce8a185f6291SHA1: 3c53aa9a2198275d29821534e82f90f463ed1fabSHA256: a582c832adc7138a6b05aaf61f16ebac274701f1be4afea77e739a1c34b9c41aReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.tooltip.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot.tooltip/js/jquery.flot.tooltip.jsMD5: 17907788421f3f27765c1b0ccdf2a406SHA1: 06ce87e50c8e16a1248522f714649033c5973c0fSHA256: 25cce5e221c2245386326fd89db223edc0c375d687960072a039eed0a62b3b3bReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.tooltip.min.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot.tooltip/js/jquery.flot.tooltip.min.jsMD5: dd8e35bc06e2b4c087e2ece0bcccbe94SHA1: 6dc58f0ad4790969450c11c8d7fd5cb4559c0eafSHA256: 13611a6e939373f3438680b69d2458bbd711fd17295e326053da94eb6fe6cd51Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.flot.tooltip.source.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/flot.tooltip/js/jquery.flot.tooltip.source.jsMD5: a3894df446fd38c92d7aab3b74a1a51cSHA1: cba9345d6f60b340b568d63d12ecc3c5621c21b2SHA256: 5c56c1bcc149a8a88459e37810bb2bbc2652429a43e455bfc98a519f978240f0Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/jquery/dist/jquery.jsMD5: 6a07da9fae934baf3f749e876bbfdd96SHA1: 46a436eba01c79acdb225757ed80bf54bad6416bSHA256: d8aa24ecc6cecb1a60515bc093f1c9da38a0392612d9ab8ae0f7f36e6eee1fadReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence Vendor file name jquery High Product file name jquery High Version file version 3.3.1 High
CVE-2019-11358 suppress
jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype. CWE-1321 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
cve@mitre.org - BROKEN_LINK,THIRD_PARTY_ADVISORY,VDB_ENTRY cve@mitre.org - ISSUE_TRACKING,MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,VDB_ENTRY cve@mitre.org - THIRD_PARTY_ADVISORY,VDB_ENTRY cve@mitre.org - THIRD_PARTY_ADVISORY,VDB_ENTRY info - https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/ info - https://github.com/jquery/jquery/commit/753d591aea698e57d6db58c9f722cd0808619b1b info - https://nvd.nist.gov/vuln/detail/CVE-2019-11358 Vulnerable Software & Versions (NVD):
cpe:2.3:a:backdropcms:backdrop:*:*:*:*:*:*:*:* versions from (including) 1.11.0; versions up to (excluding) 1.11.9 cpe:2.3:a:backdropcms:backdrop:*:*:*:*:*:*:*:* versions from (including) 1.12.0; versions up to (excluding) 1.12.6 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 7.0; versions up to (excluding) 7.66 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 8.5.0; versions up to (excluding) 8.5.15 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 8.6.0; versions up to (excluding) 8.6.15 cpe:2.3:a:joomla:joomla\!:*:*:*:*:*:*:*:* versions from (including) 3.0.0; versions up to (including) 3.9.4 cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:* versions up to (excluding) 3.4.0 cpe:2.3:a:netapp:oncommand_system_manager:*:*:*:*:*:*:*:* versions from (including) 3.0; versions up to (including) 3.1.3 cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:* cpe:2.3:a:opensuse:backports_sle:15.0:sp1:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_lifecycle_management_for_process:6.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_lifecycle_management_for_process:6.2.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_lifecycle_management_for_process:6.2.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_lifecycle_management_for_process:6.2.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_lifecycle_management_for_process:6.2.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:* versions up to (excluding) 19.1 cpe:2.3:a:oracle:application_service_level_management:13.2.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_service_level_management:13.3.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:12.5.0.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:13.1.0.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:13.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:13.2.0.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:13.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:13.3.0.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:18.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:18.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:19.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:19.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:20.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_enterprise_collections:*:*:*:*:*:*:*:* versions from (including) 2.7.0; versions up to (including) 2.8.0 cpe:2.3:a:oracle:banking_platform:*:*:*:*:*:*:*:* versions from (including) 2.4.0; versions up to (including) 2.10.0 cpe:2.3:a:oracle:bi_publisher:5.5.0.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:bi_publisher:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:bi_publisher:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:big_data_discovery:1.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:business_process_management_suite:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:business_process_management_suite:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_analytics:12.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_application_session_controller:3.8m0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_billing_and_revenue_management:7.5:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_billing_and_revenue_management:7.5.0.23.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_diameter_signaling_router:8.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_diameter_signaling_router:8.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_eagle_application_processor:*:*:*:*:*:*:*:* versions from (including) 16.1.0; versions up to (including) 16.4.0 cpe:2.3:a:oracle:communications_element_manager:8.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_element_manager:8.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_element_manager:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_interactive_session_recorder:*:*:*:*:*:*:*:* versions from (including) 6.0; versions up to (including) 6.4 cpe:2.3:a:oracle:communications_operations_monitor:*:*:*:*:*:*:*:* versions from (including) 4.1; versions up to (including) 4.3 cpe:2.3:a:oracle:communications_operations_monitor:3.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:4.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_services_gatekeeper:7.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_report_manager:8.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_report_manager:8.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_report_manager:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_route_manager:8.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_route_manager:8.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_route_manager:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_unified_inventory_management:7.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:diagnostic_assistant:2.12.36:*:*:*:*:*:*:* cpe:2.3:a:oracle:enterprise_manager_ops_center:12.3.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:enterprise_manager_ops_center:12.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:enterprise_manager_ops_center:12.4.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:enterprise_session_border_controller:8.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_analytical_applications_infrastructure:*:*:*:*:*:*:*:* versions from (including) 7.3.3; versions up to (including) 7.3.5 cpe:2.3:a:oracle:financial_services_analytical_applications_infrastructure:*:*:*:*:*:*:*:* versions from (including) 8.0.2; versions up to (including) 8.1.0 cpe:2.3:a:oracle:financial_services_analytical_applications_reconciliation_framework:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_analytical_applications_reconciliation_framework:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_asset_liability_management:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_asset_liability_management:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_balance_sheet_planning:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_basic:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_basic:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_internal_ratings_based_approach:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_internal_ratings_based_approach:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_data_foundation:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.8 cpe:2.3:a:oracle:financial_services_data_governance_for_us_regulatory_reporting:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.9 cpe:2.3:a:oracle:financial_services_data_integration_hub:*:*:*:*:*:*:*:* versions from (including) 8.0.5; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_data_integration_hub:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_enterprise_financial_performance_analytics:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_enterprise_financial_performance_analytics:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_funds_transfer_pricing:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_funds_transfer_pricing:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_hedge_management_and_ifrs_valuations:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_hedge_management_and_ifrs_valuations:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_institutional_performance_analytics:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_institutional_performance_analytics:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_management:8.0.0.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_management:8.0.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_management:8.0.4.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_management:8.0.5.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_management:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_measurement_and_management:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_measurement_and_management:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_measurement_and_management:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_loan_loss_forecasting_and_provisioning:*:*:*:*:*:*:*:* versions from (including) 8.0.2; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_loan_loss_forecasting_and_provisioning:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_market_risk_measurement_and_management:8.0.5:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_market_risk_measurement_and_management:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_market_risk_measurement_and_management:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_price_creation_and_discovery:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_profitability_management:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_profitability_management:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_de_nederlandsche_bank:8.0.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_european_banking_authority:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_european_banking_authority:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_us_federal_reserve:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_retail_customer_analytics:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.6 cpe:2.3:a:oracle:financial_services_retail_performance_analytics:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_retail_performance_analytics:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_revenue_management_and_billing:2.4.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_revenue_management_and_billing:2.4.0.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:fusion_middleware_mapviewer:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.2.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.3.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.3.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_guest_access:4.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_guest_access:4.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_materials_control:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_simphony:*:*:*:*:*:*:*:* versions from (including) 19.1.0; versions up to (including) 19.1.2 cpe:2.3:a:oracle:hospitality_simphony:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_simphony:18.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:identity_manager:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_accounting_analyzer:8.0.9:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_allocation_manager_for_enterprise_profitability:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_allocation_manager_for_enterprise_profitability:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_data_foundation:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:insurance_ifrs_17_analyzer:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_ifrs_17_analyzer:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_insbridge_rating_and_underwriting:*:*:*:*:*:*:*:* versions from (including) 5.0.0.0; versions up to (including) 5.6.0.0 cpe:2.3:a:oracle:insurance_insbridge_rating_and_underwriting:5.6.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_performance_insight:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:jd_edwards_enterpriseone_tools:9.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper:11.1.1.9.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper_and_adf:11.1.1.9.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper_and_adf:12.1.3.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper_and_adf:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:knowledge:*:*:*:*:*:*:*:* versions from (including) 8.6.0; versions up to (including) 8.6.3 cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.55:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.56:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.57:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation:*:*:*:*:*:*:*:* versions from (including) 12.2.0; versions up to (including) 12.2.15 cpe:2.3:a:oracle:policy_automation:10.4.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation:12.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation:12.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation_connector_for_siebel:10.4.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation_for_mobile_devices:*:*:*:*:*:*:*:* versions from (including) 12.2.0; versions up to (including) 12.2.15 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 16.2.0; versions up to (including) 16.2.11 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 17.12.0; versions up to (including) 17.12.7 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 18.8.0; versions up to (including) 18.8.9 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 19.12.0; versions up to (including) 19.12.4 cpe:2.3:a:oracle:primavera_gateway:15.2.18:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:*:*:*:*:*:*:*:* versions from (including) 17.7; versions up to (including) 17.12 cpe:2.3:a:oracle:primavera_unifier:16.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:16.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:18.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:real-time_scheduler:*:*:*:*:*:*:*:* versions from (including) 2.3.0.1; versions up to (including) 2.3.0.3 cpe:2.3:a:oracle:rest_data_services:18c:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:19c:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:11.2.0.4:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:12.1.0.2:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:12.2.0.1:*:*:*:-:*:*:* cpe:2.3:a:oracle:retail_back_office:14.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_back_office:14.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_central_office:14.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_central_office:14.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_customer_insights:15.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_customer_insights:16.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_customer_management_and_segmentation_foundation:18.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_customer_management_and_segmentation_foundation:19.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_point-of-service:14.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_point-of-service:14.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_returns_management:14.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_returns_management:14.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:service_bus:11.1.1.9.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:service_bus:12.1.3.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:service_bus:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:siebel_mobile_applications:*:*:*:*:*:*:*:* versions up to (including) 19.8 cpe:2.3:a:oracle:siebel_ui_framework:20.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:storagetek_tape_analytics_sw_tool:2.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:system_utilities:19.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:tape_library_acsls:8.5:*:*:*:*:*:*:* cpe:2.3:a:oracle:tape_library_acsls:8.5.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:transportation_management:1.4.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:utilities_mobile_workforce_management:*:*:*:*:*:*:*:* versions from (including) 2.3.0.1; versions up to (including) 2.3.0.3 cpe:2.3:a:oracle:webcenter_sites:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:10.3.6.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.1.3.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:* cpe:2.3:a:redhat:cloudforms:4.7:*:*:*:*:*:*:* cpe:2.3:a:redhat:virtualization_manager:4.3:*:*:*:*:*:*:* CVE-2020-11022 suppress
In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
info - https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ security-advisories@github.com - BROKEN_LINK security-advisories@github.com - BROKEN_LINK security-advisories@github.com - BROKEN_LINK security-advisories@github.com - EXPLOIT,THIRD_PARTY_ADVISORY,VDB_ENTRY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MITIGATION,THIRD_PARTY_ADVISORY security-advisories@github.com - MITIGATION,VENDOR_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - RELEASE_NOTES,VENDOR_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY Vulnerable Software & Versions (NVD):
cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 7.0; versions up to (excluding) 7.70 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 8.7.0; versions up to (excluding) 8.7.14 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 8.8.0; versions up to (excluding) 8.8.6 cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:* versions from (including) 1.2; versions up to (excluding) 3.5.0 cpe:2.3:a:netapp:max_data:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:oncommand_insight:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:oncommand_system_manager:*:*:*:*:*:*:*:* versions from (including) 3.0; versions up to (including) 3.1.3 cpe:2.3:a:netapp:snap_creator_framework:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_lifecycle_management_for_process:6.2.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_supplier_collaboration_for_process:6.2.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:13.3.0.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:*:*:*:*:*:*:*:* versions from (including) 18.1; versions up to (including) 20.1 cpe:2.3:a:oracle:banking_digital_experience:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:18.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:18.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:19.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:19.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:20.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:* versions up to (excluding) 21.1.2 cpe:2.3:a:oracle:communications_application_session_controller:3.8m0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_billing_and_revenue_management:7.5.0.23.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_diameter_signaling_router_idih\::*:*:*:*:*:*:*:* versions from (including) 8.0.0; versions up to (including) 8.2.2 cpe:2.3:a:oracle:communications_eagle_application_processor:*:*:*:*:*:*:*:* versions from (including) 16.1.0; versions up to (including) 16.4.0 cpe:2.3:a:oracle:communications_services_gatekeeper:7.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:enterprise_manager_ops_center:12.4.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:enterprise_session_border_controller:8.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_analytical_applications_infrastructure:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.1.0 cpe:2.3:a:oracle:financial_services_analytical_applications_infrastructure:*:*:*:*:*:*:*:* versions from (including) 8.0.6.0.0; versions up to (including) 8.1.0.0.0 cpe:2.3:a:oracle:financial_services_analytical_applications_reconciliation_framework:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.8 cpe:2.3:a:oracle:financial_services_analytical_applications_reconciliation_framework:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_asset_liability_management:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_asset_liability_management:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_asset_liability_management:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_balance_sheet_planning:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_basic:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.8 cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_basic:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_internal_ratings_based_approach:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.8 cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_internal_ratings_based_approach:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_data_foundation:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.1.0 cpe:2.3:a:oracle:financial_services_data_governance_for_us_regulatory_reporting:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.9 cpe:2.3:a:oracle:financial_services_data_integration_hub:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_data_integration_hub:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_data_integration_hub:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_funds_transfer_pricing:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_funds_transfer_pricing:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_funds_transfer_pricing:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_hedge_management_and_ifrs_valuations:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.8 cpe:2.3:a:oracle:financial_services_hedge_management_and_ifrs_valuations:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_institutional_performance_analytics:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_institutional_performance_analytics:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_institutional_performance_analytics:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_management:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_measurement_and_management:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_measurement_and_management:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_measurement_and_management:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_loan_loss_forecasting_and_provisioning:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.8 cpe:2.3:a:oracle:financial_services_loan_loss_forecasting_and_provisioning:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_market_risk_measurement_and_management:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_market_risk_measurement_and_management:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_price_creation_and_discovery:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_price_creation_and_discovery:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_profitability_management:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_profitability_management:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_profitability_management:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_european_banking_authority:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.1.0 cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_us_federal_reserve:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.9 cpe:2.3:a:oracle:healthcare_foundation:7.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_materials_control:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_simphony:*:*:*:*:*:*:*:* versions from (including) 19.1.0; versions up to (including) 19.1.2 cpe:2.3:a:oracle:hospitality_simphony:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_simphony:18.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_simphony:19.1.0-19.1.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_accounting_analyzer:8.0.9:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_allocation_manager_for_enterprise_profitability:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_allocation_manager_for_enterprise_profitability:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_data_foundation:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.1.0 cpe:2.3:a:oracle:insurance_data_foundation:8.0.6-8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_insbridge_rating_and_underwriting:*:*:*:*:*:*:*:* versions from (including) 5.0.0.0; versions up to (including) 5.6.0.0 cpe:2.3:a:oracle:insurance_insbridge_rating_and_underwriting:5.6.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper:11.1.1.9.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.56:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.57:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation:*:*:*:*:*:*:*:* versions from (including) 12.2.0; versions up to (including) 12.2.20 cpe:2.3:a:oracle:policy_automation_connector_for_siebel:10.4.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation_for_mobile_devices:*:*:*:*:*:*:*:* versions from (including) 12.2.0; versions up to (including) 12.2.20 cpe:2.3:a:oracle:retail_back_office:14.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_back_office:14.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_customer_management_and_segmentation_foundation:19.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_returns_management:14.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_returns_management:14.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:siebel_ui_framework:20.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:storagetek_acsls:8.5.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:10.3.6.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.1.3.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:* cpe:2.3:a:tenable:log_correlation_engine:*:*:*:*:*:*:*:* versions up to (excluding) 6.0.9 CVE-2020-11023 suppress
In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
info - https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ security-advisories@github.com - BROKEN_LINK security-advisories@github.com - BROKEN_LINK security-advisories@github.com - BROKEN_LINK,MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - EXPLOIT,THIRD_PARTY_ADVISORY,VDB_ENTRY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - RELEASE_NOTES,VENDOR_ADVISORY security-advisories@github.com - RELEASE_NOTES,VENDOR_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY Vulnerable Software & Versions (NVD):
cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 7.0; versions up to (excluding) 7.70 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 8.7.0; versions up to (excluding) 8.7.14 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 8.8.0; versions up to (excluding) 8.8.6 cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:* versions from (including) 1.0.3; versions up to (excluding) 3.5.0 cpe:2.3:a:netapp:max_data:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:oncommand_insight:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:oncommand_system_manager:*:*:*:*:*:*:*:* versions from (including) 3.0; versions up to (including) 3.1.3 cpe:2.3:a:netapp:snap_creator_framework:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:snapcenter_server:-:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:* versions up to (excluding) 20.2 cpe:2.3:a:oracle:application_testing_suite:13.3.0.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_enterprise_collections:*:*:*:*:*:*:*:* versions from (including) 2.7.0; versions up to (including) 2.8.0 cpe:2.3:a:oracle:banking_platform:*:*:*:*:*:*:*:* versions from (including) 2.4.0; versions up to (including) 2.10.0 cpe:2.3:a:oracle:business_intelligence:5.9.0.0.0:*:*:*:enterprise:*:*:* cpe:2.3:a:oracle:communications_analytics:12.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_eagle_application_processor:*:*:*:*:*:*:*:* versions from (including) 16.1.0; versions up to (including) 16.4.0 cpe:2.3:a:oracle:communications_element_manager:8.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_element_manager:8.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_element_manager:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_interactive_session_recorder:*:*:*:*:*:*:*:* versions from (including) 6.1; versions up to (including) 6.4 cpe:2.3:a:oracle:communications_operations_monitor:*:*:*:*:*:*:*:* versions from (including) 4.1; versions up to (including) 4.3 cpe:2.3:a:oracle:communications_operations_monitor:3.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_services_gatekeeper:7.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_report_manager:8.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_report_manager:8.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_report_manager:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_route_manager:8.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_route_manager:8.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_route_manager:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_de_nederlandsche_bank:8.0.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:health_sciences_inform:6.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.3.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.3.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hyperion_financial_reporting:11.1.2.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:jd_edwards_enterpriseone_orchestrator:*:*:*:*:*:*:*:* versions up to (excluding) 9.2.5.0 cpe:2.3:a:oracle:jd_edwards_enterpriseone_tools:*:*:*:*:*:*:*:* versions up to (excluding) 9.2.5.0 cpe:2.3:a:oracle:oss_support_tools:*:*:*:*:*:*:*:* versions up to (excluding) 2.12.41 cpe:2.3:a:oracle:peoplesoft_enterprise_human_capital_management_resources:9.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 16.2; versions up to (including) 16.2.11 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 17.12.0; versions up to (including) 17.12.7 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 18.8.0; versions up to (including) 18.8.9 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 19.12.0; versions up to (including) 19.12.4 cpe:2.3:a:oracle:rest_data_services:18c:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:19c:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:11.2.0.4:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:12.1.0.2:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:12.2.0.1:*:*:*:-:*:*:* cpe:2.3:a:oracle:siebel_mobile:*:*:*:*:*:*:*:* versions up to (including) 20.12 cpe:2.3:a:oracle:storagetek_acsls:8.5.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:storagetek_tape_analytics_sw_tool:2.3.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:webcenter_sites:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:webcenter_sites:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.1.3.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:* cpe:2.3:a:tenable:log_correlation_engine:*:*:*:*:*:*:*:* versions up to (excluding) 6.0.9 jquery.min.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/jquery/dist/jquery.min.jsMD5: a09e13ee94d51c524b7e2a728c7d4039SHA1: 0dc32db4aa9c5f03f3b38c47d883dbd4fed13aaeSHA256: 160a426ff2894252cd7cebbdd6d6b7da8fcd319c65b70468f10b6690c45d02efReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence Vendor file name jquery High Product file name jquery High Version file version 3.3.1 High
CVE-2019-11358 suppress
jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype. CWE-1321 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
cve@mitre.org - BROKEN_LINK,THIRD_PARTY_ADVISORY,VDB_ENTRY cve@mitre.org - ISSUE_TRACKING,MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,VDB_ENTRY cve@mitre.org - THIRD_PARTY_ADVISORY,VDB_ENTRY cve@mitre.org - THIRD_PARTY_ADVISORY,VDB_ENTRY info - https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/ info - https://github.com/jquery/jquery/commit/753d591aea698e57d6db58c9f722cd0808619b1b info - https://nvd.nist.gov/vuln/detail/CVE-2019-11358 Vulnerable Software & Versions (NVD):
cpe:2.3:a:backdropcms:backdrop:*:*:*:*:*:*:*:* versions from (including) 1.11.0; versions up to (excluding) 1.11.9 cpe:2.3:a:backdropcms:backdrop:*:*:*:*:*:*:*:* versions from (including) 1.12.0; versions up to (excluding) 1.12.6 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 7.0; versions up to (excluding) 7.66 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 8.5.0; versions up to (excluding) 8.5.15 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 8.6.0; versions up to (excluding) 8.6.15 cpe:2.3:a:joomla:joomla\!:*:*:*:*:*:*:*:* versions from (including) 3.0.0; versions up to (including) 3.9.4 cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:* versions up to (excluding) 3.4.0 cpe:2.3:a:netapp:oncommand_system_manager:*:*:*:*:*:*:*:* versions from (including) 3.0; versions up to (including) 3.1.3 cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:* cpe:2.3:a:opensuse:backports_sle:15.0:sp1:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_lifecycle_management_for_process:6.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_lifecycle_management_for_process:6.2.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_lifecycle_management_for_process:6.2.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_lifecycle_management_for_process:6.2.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_lifecycle_management_for_process:6.2.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:* versions up to (excluding) 19.1 cpe:2.3:a:oracle:application_service_level_management:13.2.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_service_level_management:13.3.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:12.5.0.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:13.1.0.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:13.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:13.2.0.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:13.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:13.3.0.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:18.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:18.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:19.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:19.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:20.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_enterprise_collections:*:*:*:*:*:*:*:* versions from (including) 2.7.0; versions up to (including) 2.8.0 cpe:2.3:a:oracle:banking_platform:*:*:*:*:*:*:*:* versions from (including) 2.4.0; versions up to (including) 2.10.0 cpe:2.3:a:oracle:bi_publisher:5.5.0.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:bi_publisher:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:bi_publisher:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:big_data_discovery:1.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:business_process_management_suite:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:business_process_management_suite:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_analytics:12.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_application_session_controller:3.8m0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_billing_and_revenue_management:7.5:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_billing_and_revenue_management:7.5.0.23.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_diameter_signaling_router:8.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_diameter_signaling_router:8.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_eagle_application_processor:*:*:*:*:*:*:*:* versions from (including) 16.1.0; versions up to (including) 16.4.0 cpe:2.3:a:oracle:communications_element_manager:8.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_element_manager:8.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_element_manager:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_interactive_session_recorder:*:*:*:*:*:*:*:* versions from (including) 6.0; versions up to (including) 6.4 cpe:2.3:a:oracle:communications_operations_monitor:*:*:*:*:*:*:*:* versions from (including) 4.1; versions up to (including) 4.3 cpe:2.3:a:oracle:communications_operations_monitor:3.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_operations_monitor:4.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_services_gatekeeper:7.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_report_manager:8.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_report_manager:8.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_report_manager:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_route_manager:8.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_route_manager:8.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_route_manager:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_unified_inventory_management:7.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:diagnostic_assistant:2.12.36:*:*:*:*:*:*:* cpe:2.3:a:oracle:enterprise_manager_ops_center:12.3.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:enterprise_manager_ops_center:12.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:enterprise_manager_ops_center:12.4.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:enterprise_session_border_controller:8.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_analytical_applications_infrastructure:*:*:*:*:*:*:*:* versions from (including) 7.3.3; versions up to (including) 7.3.5 cpe:2.3:a:oracle:financial_services_analytical_applications_infrastructure:*:*:*:*:*:*:*:* versions from (including) 8.0.2; versions up to (including) 8.1.0 cpe:2.3:a:oracle:financial_services_analytical_applications_reconciliation_framework:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_analytical_applications_reconciliation_framework:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_asset_liability_management:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_asset_liability_management:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_balance_sheet_planning:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_basic:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_basic:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_internal_ratings_based_approach:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_internal_ratings_based_approach:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_data_foundation:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.8 cpe:2.3:a:oracle:financial_services_data_governance_for_us_regulatory_reporting:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.9 cpe:2.3:a:oracle:financial_services_data_integration_hub:*:*:*:*:*:*:*:* versions from (including) 8.0.5; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_data_integration_hub:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_enterprise_financial_performance_analytics:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_enterprise_financial_performance_analytics:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_funds_transfer_pricing:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_funds_transfer_pricing:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_hedge_management_and_ifrs_valuations:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_hedge_management_and_ifrs_valuations:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_institutional_performance_analytics:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_institutional_performance_analytics:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_management:8.0.0.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_management:8.0.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_management:8.0.4.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_management:8.0.5.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_management:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_measurement_and_management:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_measurement_and_management:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_measurement_and_management:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_loan_loss_forecasting_and_provisioning:*:*:*:*:*:*:*:* versions from (including) 8.0.2; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_loan_loss_forecasting_and_provisioning:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_market_risk_measurement_and_management:8.0.5:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_market_risk_measurement_and_management:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_market_risk_measurement_and_management:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_price_creation_and_discovery:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_profitability_management:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_profitability_management:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_de_nederlandsche_bank:8.0.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_european_banking_authority:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_european_banking_authority:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_us_federal_reserve:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:financial_services_retail_customer_analytics:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.6 cpe:2.3:a:oracle:financial_services_retail_performance_analytics:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_retail_performance_analytics:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_revenue_management_and_billing:2.4.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_revenue_management_and_billing:2.4.0.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:fusion_middleware_mapviewer:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.2.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.3.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.3.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_guest_access:4.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_guest_access:4.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_materials_control:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_simphony:*:*:*:*:*:*:*:* versions from (including) 19.1.0; versions up to (including) 19.1.2 cpe:2.3:a:oracle:hospitality_simphony:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_simphony:18.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:identity_manager:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_accounting_analyzer:8.0.9:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_allocation_manager_for_enterprise_profitability:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_allocation_manager_for_enterprise_profitability:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_data_foundation:*:*:*:*:*:*:*:* versions from (including) 8.0.4; versions up to (including) 8.0.7 cpe:2.3:a:oracle:insurance_ifrs_17_analyzer:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_ifrs_17_analyzer:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_insbridge_rating_and_underwriting:*:*:*:*:*:*:*:* versions from (including) 5.0.0.0; versions up to (including) 5.6.0.0 cpe:2.3:a:oracle:insurance_insbridge_rating_and_underwriting:5.6.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_performance_insight:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:jd_edwards_enterpriseone_tools:9.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper:11.1.1.9.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper_and_adf:11.1.1.9.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper_and_adf:12.1.3.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper_and_adf:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:knowledge:*:*:*:*:*:*:*:* versions from (including) 8.6.0; versions up to (including) 8.6.3 cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.55:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.56:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.57:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation:*:*:*:*:*:*:*:* versions from (including) 12.2.0; versions up to (including) 12.2.15 cpe:2.3:a:oracle:policy_automation:10.4.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation:12.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation:12.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation_connector_for_siebel:10.4.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation_for_mobile_devices:*:*:*:*:*:*:*:* versions from (including) 12.2.0; versions up to (including) 12.2.15 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 16.2.0; versions up to (including) 16.2.11 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 17.12.0; versions up to (including) 17.12.7 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 18.8.0; versions up to (including) 18.8.9 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 19.12.0; versions up to (including) 19.12.4 cpe:2.3:a:oracle:primavera_gateway:15.2.18:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:*:*:*:*:*:*:*:* versions from (including) 17.7; versions up to (including) 17.12 cpe:2.3:a:oracle:primavera_unifier:16.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:16.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_unifier:18.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:real-time_scheduler:*:*:*:*:*:*:*:* versions from (including) 2.3.0.1; versions up to (including) 2.3.0.3 cpe:2.3:a:oracle:rest_data_services:18c:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:19c:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:11.2.0.4:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:12.1.0.2:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:12.2.0.1:*:*:*:-:*:*:* cpe:2.3:a:oracle:retail_back_office:14.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_back_office:14.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_central_office:14.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_central_office:14.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_customer_insights:15.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_customer_insights:16.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_customer_management_and_segmentation_foundation:18.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_customer_management_and_segmentation_foundation:19.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_point-of-service:14.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_point-of-service:14.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_returns_management:14.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_returns_management:14.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:service_bus:11.1.1.9.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:service_bus:12.1.3.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:service_bus:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:siebel_mobile_applications:*:*:*:*:*:*:*:* versions up to (including) 19.8 cpe:2.3:a:oracle:siebel_ui_framework:20.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:storagetek_tape_analytics_sw_tool:2.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:system_utilities:19.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:tape_library_acsls:8.5:*:*:*:*:*:*:* cpe:2.3:a:oracle:tape_library_acsls:8.5.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:transportation_management:1.4.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:utilities_mobile_workforce_management:*:*:*:*:*:*:*:* versions from (including) 2.3.0.1; versions up to (including) 2.3.0.3 cpe:2.3:a:oracle:webcenter_sites:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:10.3.6.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.1.3.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:* cpe:2.3:a:redhat:cloudforms:4.7:*:*:*:*:*:*:* cpe:2.3:a:redhat:virtualization_manager:4.3:*:*:*:*:*:*:* CVE-2020-11022 suppress
In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
info - https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ security-advisories@github.com - BROKEN_LINK security-advisories@github.com - BROKEN_LINK security-advisories@github.com - BROKEN_LINK security-advisories@github.com - EXPLOIT,THIRD_PARTY_ADVISORY,VDB_ENTRY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - MITIGATION,THIRD_PARTY_ADVISORY security-advisories@github.com - MITIGATION,VENDOR_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - RELEASE_NOTES,VENDOR_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY Vulnerable Software & Versions (NVD):
cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 7.0; versions up to (excluding) 7.70 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 8.7.0; versions up to (excluding) 8.7.14 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 8.8.0; versions up to (excluding) 8.8.6 cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:* versions from (including) 1.2; versions up to (excluding) 3.5.0 cpe:2.3:a:netapp:max_data:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:oncommand_insight:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:oncommand_system_manager:*:*:*:*:*:*:*:* versions from (including) 3.0; versions up to (including) 3.1.3 cpe:2.3:a:netapp:snap_creator_framework:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_lifecycle_management_for_process:6.2.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:agile_product_supplier_collaboration_for_process:6.2.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_testing_suite:13.3.0.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:*:*:*:*:*:*:*:* versions from (including) 18.1; versions up to (including) 20.1 cpe:2.3:a:oracle:banking_digital_experience:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:18.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:18.3:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:19.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:19.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_digital_experience:20.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:* versions up to (excluding) 21.1.2 cpe:2.3:a:oracle:communications_application_session_controller:3.8m0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_billing_and_revenue_management:7.5.0.23.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_diameter_signaling_router_idih\::*:*:*:*:*:*:*:* versions from (including) 8.0.0; versions up to (including) 8.2.2 cpe:2.3:a:oracle:communications_eagle_application_processor:*:*:*:*:*:*:*:* versions from (including) 16.1.0; versions up to (including) 16.4.0 cpe:2.3:a:oracle:communications_services_gatekeeper:7.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_webrtc_session_controller:7.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:enterprise_manager_ops_center:12.4.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:enterprise_session_border_controller:8.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_analytical_applications_infrastructure:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.1.0 cpe:2.3:a:oracle:financial_services_analytical_applications_infrastructure:*:*:*:*:*:*:*:* versions from (including) 8.0.6.0.0; versions up to (including) 8.1.0.0.0 cpe:2.3:a:oracle:financial_services_analytical_applications_reconciliation_framework:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.8 cpe:2.3:a:oracle:financial_services_analytical_applications_reconciliation_framework:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_asset_liability_management:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_asset_liability_management:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_asset_liability_management:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_balance_sheet_planning:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_basic:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.8 cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_basic:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_internal_ratings_based_approach:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.8 cpe:2.3:a:oracle:financial_services_basel_regulatory_capital_internal_ratings_based_approach:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_data_foundation:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.1.0 cpe:2.3:a:oracle:financial_services_data_governance_for_us_regulatory_reporting:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.9 cpe:2.3:a:oracle:financial_services_data_integration_hub:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_data_integration_hub:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_data_integration_hub:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_funds_transfer_pricing:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_funds_transfer_pricing:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_funds_transfer_pricing:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_hedge_management_and_ifrs_valuations:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.8 cpe:2.3:a:oracle:financial_services_hedge_management_and_ifrs_valuations:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_institutional_performance_analytics:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_institutional_performance_analytics:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_institutional_performance_analytics:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_management:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_measurement_and_management:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_measurement_and_management:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_liquidity_risk_measurement_and_management:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_loan_loss_forecasting_and_provisioning:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.8 cpe:2.3:a:oracle:financial_services_loan_loss_forecasting_and_provisioning:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_market_risk_measurement_and_management:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_market_risk_measurement_and_management:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_price_creation_and_discovery:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_price_creation_and_discovery:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_profitability_management:8.0.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_profitability_management:8.0.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_profitability_management:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_european_banking_authority:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.1.0 cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_us_federal_reserve:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.0.9 cpe:2.3:a:oracle:healthcare_foundation:7.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_foundation:7.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_materials_control:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_simphony:*:*:*:*:*:*:*:* versions from (including) 19.1.0; versions up to (including) 19.1.2 cpe:2.3:a:oracle:hospitality_simphony:18.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_simphony:18.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:hospitality_simphony:19.1.0-19.1.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_accounting_analyzer:8.0.9:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_allocation_manager_for_enterprise_profitability:8.0.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_allocation_manager_for_enterprise_profitability:8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_data_foundation:*:*:*:*:*:*:*:* versions from (including) 8.0.6; versions up to (including) 8.1.0 cpe:2.3:a:oracle:insurance_data_foundation:8.0.6-8.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:insurance_insbridge_rating_and_underwriting:*:*:*:*:*:*:*:* versions from (including) 5.0.0.0; versions up to (including) 5.6.0.0 cpe:2.3:a:oracle:insurance_insbridge_rating_and_underwriting:5.6.1.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper:11.1.1.9.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:jdeveloper:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.56:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.57:*:*:*:*:*:*:* cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation:*:*:*:*:*:*:*:* versions from (including) 12.2.0; versions up to (including) 12.2.20 cpe:2.3:a:oracle:policy_automation_connector_for_siebel:10.4.6:*:*:*:*:*:*:* cpe:2.3:a:oracle:policy_automation_for_mobile_devices:*:*:*:*:*:*:*:* versions from (including) 12.2.0; versions up to (including) 12.2.20 cpe:2.3:a:oracle:retail_back_office:14.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_back_office:14.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_customer_management_and_segmentation_foundation:19.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_returns_management:14.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:retail_returns_management:14.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:siebel_ui_framework:20.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:storagetek_acsls:8.5.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:10.3.6.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.1.3.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:* cpe:2.3:a:tenable:log_correlation_engine:*:*:*:*:*:*:*:* versions up to (excluding) 6.0.9 CVE-2020-11023 suppress
In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVSSv2:
Base Score: MEDIUM (4.3) Vector: /AV:N/AC:M/Au:N/C:N/I:P/A:N CVSSv3:
Base Score: MEDIUM (6.1) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:2.8/RC:R/MAV:A References:
info - https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ security-advisories@github.com - BROKEN_LINK security-advisories@github.com - BROKEN_LINK security-advisories@github.com - BROKEN_LINK,MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - EXPLOIT,THIRD_PARTY_ADVISORY,VDB_ENTRY security-advisories@github.com - MAILING_LIST,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - PATCH,THIRD_PARTY_ADVISORY security-advisories@github.com - RELEASE_NOTES,VENDOR_ADVISORY security-advisories@github.com - RELEASE_NOTES,VENDOR_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY security-advisories@github.com - THIRD_PARTY_ADVISORY Vulnerable Software & Versions (NVD):
cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 7.0; versions up to (excluding) 7.70 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 8.7.0; versions up to (excluding) 8.7.14 cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:* versions from (including) 8.8.0; versions up to (excluding) 8.8.6 cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:* versions from (including) 1.0.3; versions up to (excluding) 3.5.0 cpe:2.3:a:netapp:max_data:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:oncommand_insight:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:oncommand_system_manager:*:*:*:*:*:*:*:* versions from (including) 3.0; versions up to (including) 3.1.3 cpe:2.3:a:netapp:snap_creator_framework:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:snapcenter_server:-:*:*:*:*:*:*:* cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:* versions up to (excluding) 20.2 cpe:2.3:a:oracle:application_testing_suite:13.3.0.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:banking_enterprise_collections:*:*:*:*:*:*:*:* versions from (including) 2.7.0; versions up to (including) 2.8.0 cpe:2.3:a:oracle:banking_platform:*:*:*:*:*:*:*:* versions from (including) 2.4.0; versions up to (including) 2.10.0 cpe:2.3:a:oracle:business_intelligence:5.9.0.0.0:*:*:*:enterprise:*:*:* cpe:2.3:a:oracle:communications_analytics:12.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_eagle_application_processor:*:*:*:*:*:*:*:* versions from (including) 16.1.0; versions up to (including) 16.4.0 cpe:2.3:a:oracle:communications_element_manager:8.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_element_manager:8.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_element_manager:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_interactive_session_recorder:*:*:*:*:*:*:*:* versions from (including) 6.1; versions up to (including) 6.4 cpe:2.3:a:oracle:communications_operations_monitor:*:*:*:*:*:*:*:* versions from (including) 4.1; versions up to (including) 4.3 cpe:2.3:a:oracle:communications_operations_monitor:3.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_services_gatekeeper:7.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_report_manager:8.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_report_manager:8.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_report_manager:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_route_manager:8.1.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_route_manager:8.2.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:communications_session_route_manager:8.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_regulatory_reporting_for_de_nederlandsche_bank:8.0.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.7:*:*:*:*:*:*:* cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.8:*:*:*:*:*:*:* cpe:2.3:a:oracle:health_sciences_inform:6.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.2.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.3.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.3.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:healthcare_translational_research:3.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:hyperion_financial_reporting:11.1.2.4:*:*:*:*:*:*:* cpe:2.3:a:oracle:jd_edwards_enterpriseone_orchestrator:*:*:*:*:*:*:*:* versions up to (excluding) 9.2.5.0 cpe:2.3:a:oracle:jd_edwards_enterpriseone_tools:*:*:*:*:*:*:*:* versions up to (excluding) 9.2.5.0 cpe:2.3:a:oracle:oss_support_tools:*:*:*:*:*:*:*:* versions up to (excluding) 2.12.41 cpe:2.3:a:oracle:peoplesoft_enterprise_human_capital_management_resources:9.2:*:*:*:*:*:*:* cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 16.2; versions up to (including) 16.2.11 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 17.12.0; versions up to (including) 17.12.7 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 18.8.0; versions up to (including) 18.8.9 cpe:2.3:a:oracle:primavera_gateway:*:*:*:*:*:*:*:* versions from (including) 19.12.0; versions up to (including) 19.12.4 cpe:2.3:a:oracle:rest_data_services:18c:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:19c:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:11.2.0.4:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:12.1.0.2:*:*:*:-:*:*:* cpe:2.3:a:oracle:rest_data_services:12.2.0.1:*:*:*:-:*:*:* cpe:2.3:a:oracle:siebel_mobile:*:*:*:*:*:*:*:* versions up to (including) 20.12 cpe:2.3:a:oracle:storagetek_acsls:8.5.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:storagetek_tape_analytics_sw_tool:2.3.1:*:*:*:*:*:*:* cpe:2.3:a:oracle:webcenter_sites:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:webcenter_sites:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.1.3.0.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:12.2.1.4.0:*:*:*:*:*:*:* cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:* cpe:2.3:a:tenable:log_correlation_engine:*:*:*:*:*:*:*:* versions up to (excluding) 6.0.9 jquery.numberformatter-1.2.3.min.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/content/js/jquery.numberformatter-1.2.3.min.jsMD5: ccf0167ab9837f9db78933cde57cc01dSHA1: f7c0e7dbe955403649b671934cb0dbac4e953c14SHA256: 97c9ddbd879370412e06b4025a76672e77d8744bb60db46159846df86085caf2Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
jquery.tablesorter.min.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/content/js/jquery.tablesorter.min.jsMD5: 37e07d7e8433c9a5d0328f65c6c06d8dSHA1: d77bede8e06aa5c08cba8010d6b55756cf55af04SHA256: 30960c23251ab66e737673700a99848027ade8cefb2d9762ee981a112e8fe361Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
json-path-2.8.0.jar json-smart-2.5.0.jarDescription:
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/net.minidev/json-smart/2.5.0/57a64f421b472849c40e77d2e7cce3a141b41e99/json-smart-2.5.0.jar
MD5: af9b7eda9c435acaf22e840991c7b10f
SHA1: 57a64f421b472849c40e77d2e7cce3a141b41e99
SHA256: 432b9e545848c4141b80717b26e367f83bf33f19250a228ce75da6e967da2bc7
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-client:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-commons:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath json-smart-2.5.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-test@3.2.1 Evidence Type Source Name Value Confidence Vendor file name json-smart High Vendor gradle artifactid json-smart Highest Vendor gradle groupid net.minidev Highest Vendor jar package name json Highest Vendor jar package name minidev Highest Vendor jar package name net Highest Vendor jar package name parser Highest Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-docurl https://urielch.github.io/ Low Vendor Manifest bundle-symbolicname net.minidev.json-smart Medium Vendor pom artifactid json-smart Low Vendor pom developer email adoneitan@gmail.com Low Vendor pom developer email shoothzj@gmail.com Low Vendor pom developer email uchemouni@gmail.com Low Vendor pom developer id erav Medium Vendor pom developer id Shoothzj Medium Vendor pom developer id uriel Medium Vendor pom developer name Eitan Raviv Medium Vendor pom developer name Uriel Chemouni Medium Vendor pom developer name ZhangJian He Medium Vendor pom groupid net.minidev Highest Vendor pom name JSON Small and Fast Parser High Vendor pom organization name Chemouni Uriel High Vendor pom organization url https://urielch.github.io/ Medium Vendor pom url https://urielch.github.io/ Highest Product file name json-smart High Product gradle artifactid json-smart Highest Product jar package name json Highest Product jar package name minidev Highest Product jar package name net Highest Product jar package name parser Highest Product Manifest build-jdk-spec 11 Low Product Manifest bundle-docurl https://urielch.github.io/ Low Product Manifest Bundle-Name json-smart Medium Product Manifest bundle-symbolicname net.minidev.json-smart Medium Product pom artifactid json-smart Highest Product pom developer email adoneitan@gmail.com Low Product pom developer email shoothzj@gmail.com Low Product pom developer email uchemouni@gmail.com Low Product pom developer id erav Low Product pom developer id Shoothzj Low Product pom developer id uriel Low Product pom developer name Eitan Raviv Low Product pom developer name Uriel Chemouni Low Product pom developer name ZhangJian He Low Product pom groupid net.minidev Highest Product pom name JSON Small and Fast Parser High Product pom organization name Chemouni Uriel Low Product pom organization url https://urielch.github.io/ Low Product pom url https://urielch.github.io/ Medium Version file version 2.5.0 High Version gradle version 2.5.0 Highest Version Manifest Bundle-Version 2.5.0 High Version pom version 2.5.0 Highest
jsonassert-1.5.1.jar jsr305-3.0.2.jar jul-to-slf4j-2.0.9.jar junit-jupiter-5.10.1.jar junit-jupiter-api-5.10.1.jar junit-jupiter-engine-5.10.1.jar junit-jupiter-params-5.10.1.jar junit-platform-commons-1.10.1.jar junit-platform-engine-1.10.1.jar listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar log4j-api-2.21.1.jar log4j-to-slf4j-2.21.1.jar logback-classic-1.4.14.jar logback-core-1.4.14.jar loki-logback-appender-1.4.2.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.github.loki4j/loki-logback-appender/1.4.2/dafa84bbcb4e687113eaee6ace2029759cc60869/loki-logback-appender-1.4.2.jarMD5: 49f24ed423f5bf5a8a269f58b5ed08d2SHA1: dafa84bbcb4e687113eaee6ace2029759cc60869SHA256: 512f22dbda8373bc8a56e83b9aa7d108185aa0516ea7873d9a0dbaad504cf90aReferenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath loki-logback-appender-1.4.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name loki-logback-appender High Vendor gradle artifactid loki-logback-appender Highest Vendor gradle groupid com.github.loki4j Highest Vendor jar package name client Low Vendor jar package name github Low Vendor jar package name loki4j Low Product file name loki-logback-appender High Product gradle artifactid loki-logback-appender Highest Product jar package name client Low Product jar package name loki4j Low Version file name loki-logback-appender Medium Version file version 1.4.2 High Version gradle version 1.4.2 Highest
lombok-1.18.30.jar lombok-1.18.30.jar: mavenEcjBootstrapAgent.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.projectlombok/lombok/1.18.30/f195ee86e6c896ea47a1d39defbe20eb59cd149d/lombok-1.18.30.jar/lombok/launch/mavenEcjBootstrapAgent.jarMD5: 2bc7812d729aa7f761f721c6f0620848SHA1: e67209a53266080be85e8848c01fd15af98700c7SHA256: 63da6c6457ba6bfb61867cf644542464783adc57bbf36a7f0843c2822c288169Referenced In Projects/Scopes:
opencdx-client:annotationProcessor opencdx-client:lombok opencdx-protector:annotationProcessor opencdx-iam:annotationProcessor opencdx-questionnaire:lombok opencdx-anf:annotationProcessor opencdx-media:compileClasspath opencdx-protector:lombok opencdx-admin:annotationProcessor opencdx-audit:lombok opencdx-protector:compileClasspath opencdx-proto:lombok opencdx-anf:compileClasspath opencdx-helloworld:annotationProcessor opencdx-connected-test:annotationProcessor opencdx-iam:lombok opencdx-questionnaire:annotationProcessor opencdx-anf:lombok opencdx-communications:compileClasspath opencdx-proto:annotationProcessor opencdx-routine:compileClasspath opencdx-connected-test:compileClasspath opencdx-proto:compileProtoPath opencdx-client:compileClasspath opencdx-connected-test:lombok opencdx-discovery:annotationProcessor opencdx-routine:annotationProcessor opencdx-commons:compileClasspath opencdx-predictor:lombok opencdx-communications:annotationProcessor OpenCDX:annotationProcessor opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-predictor:compileClasspath opencdx-media:lombok opencdx-admin:lombok opencdx-audit:compileClasspath opencdx-discovery:lombok opencdx-gateway:lombok opencdx-tinkar:annotationProcessor opencdx-questionnaire:compileClasspath opencdx-helloworld:compileClasspath opencdx-classification:lombok OpenCDX:lombok opencdx-commons:annotationProcessor opencdx-commons:lombok opencdx-helloworld:lombok opencdx-proto:compileClasspath opencdx-audit:annotationProcessor opencdx-discovery:compileClasspath OpenCDX:compileClasspath opencdx-classification:annotationProcessor opencdx-media:annotationProcessor opencdx-gateway:annotationProcessor opencdx-admin:compileClasspath opencdx-config:annotationProcessor opencdx-gateway:compileClasspath opencdx-iam:compileClasspath opencdx-predictor:annotationProcessor opencdx-communications:lombok opencdx-classification:compileClasspath opencdx-config:lombok opencdx-routine:lombok opencdx-tinkar:lombok Evidence Type Source Name Value Confidence Vendor file name mavenEcjBootstrapAgent High Vendor jar package name launch Low Vendor jar package name lombok Low Vendor Manifest can-redefine-classes true Low Product file name mavenEcjBootstrapAgent High Product jar package name launch Low Product Manifest can-redefine-classes true Low
lucene-core-9.7.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.lucene/lucene-core/9.7.0/ad391210ffd806931334be9670a35af00c56f959/lucene-core-9.7.0.jarMD5: 09e8c242545e09349ce287eaafc3e185SHA1: ad391210ffd806931334be9670a35af00c56f959SHA256: 624d7f544afefcbc382f2d9c8fe9e04fb5626c6fb579b584663baf43df1653f8Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath lucene-core-9.7.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name lucene-core High Vendor gradle artifactid lucene-core Highest Vendor gradle groupid org.apache.lucene Highest Vendor jar package name apache Highest Vendor jar package name apache Low Vendor jar package name lucene Highest Vendor jar package name lucene Low Vendor jar package name org Highest Vendor Manifest extension-name org.apache.lucene Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest multi-release true Low Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor Manifest x-build-os Linux amd64 5.15.0-75-generic Low Product file name lucene-core High Product gradle artifactid lucene-core Highest Product jar package name apache Highest Product jar package name lucene Highest Product jar package name lucene Low Product jar package name org Highest Product jar package name search Highest Product Manifest extension-name org.apache.lucene Medium Product Manifest Implementation-Title org.apache.lucene High Product Manifest multi-release true Low Product Manifest specification-title Lucene Search Engine: core Medium Product Manifest x-build-os Linux amd64 5.15.0-75-generic Low Version file name lucene-core Medium Version file version 9.7.0 High Version gradle version 9.7.0 Highest Version Manifest Implementation-Version 9.7.0 ccf4b198ec328095d45d2746189dc8ca633e8bcf - 2023-06-21 11:48:16 High
lucene-highlighter-9.7.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.lucene/lucene-highlighter/9.7.0/facb7c7ee0f75ed457a2d98f10d6430e25a53691/lucene-highlighter-9.7.0.jarMD5: d9c0fef44da5b9c93c1a7c3cca13f488SHA1: facb7c7ee0f75ed457a2d98f10d6430e25a53691SHA256: 5e85aeb68a79849a3742c2d2194b6b2b031b9fc36a72d78b7d07a210d4d4dbb5Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath lucene-highlighter-9.7.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name lucene-highlighter High Vendor gradle artifactid lucene-highlighter Highest Vendor gradle groupid org.apache.lucene Highest Vendor jar package name apache Highest Vendor jar package name apache Low Vendor jar package name lucene Highest Vendor jar package name lucene Low Vendor jar package name search Low Vendor Manifest extension-name org.apache.lucene Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor Manifest x-build-os Linux amd64 5.15.0-75-generic Low Product file name lucene-highlighter High Product gradle artifactid lucene-highlighter Highest Product jar package name apache Highest Product jar package name lucene Highest Product jar package name lucene Low Product jar package name search Highest Product jar package name search Low Product Manifest extension-name org.apache.lucene Medium Product Manifest Implementation-Title org.apache.lucene High Product Manifest specification-title Lucene Search Engine: highlighter Medium Product Manifest x-build-os Linux amd64 5.15.0-75-generic Low Version file name lucene-highlighter Medium Version file version 9.7.0 High Version gradle version 9.7.0 Highest Version Manifest Implementation-Version 9.7.0 ccf4b198ec328095d45d2746189dc8ca633e8bcf - 2023-06-21 11:48:16 High
lucene-memory-9.7.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.lucene/lucene-memory/9.7.0/fade51ee353e15ddbbc45262aafe6f99ed020f1/lucene-memory-9.7.0.jarMD5: 127158d8c4f8c79d3ad48c9e790c3ca7SHA1: 0fade51ee353e15ddbbc45262aafe6f99ed020f1SHA256: 8ad121401befe64c6e1cf5ed43600c2a63b673c39b28b6669515208e65ea3723Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:runtimeClasspath lucene-memory-9.7.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name lucene-memory High Vendor gradle artifactid lucene-memory Highest Vendor gradle groupid org.apache.lucene Highest Vendor jar package name apache Highest Vendor jar package name apache Low Vendor jar package name index Low Vendor jar package name lucene Highest Vendor jar package name lucene Low Vendor Manifest extension-name org.apache.lucene Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor Manifest x-build-os Linux amd64 5.15.0-75-generic Low Product file name lucene-memory High Product gradle artifactid lucene-memory Highest Product jar package name apache Highest Product jar package name index Low Product jar package name lucene Highest Product jar package name lucene Low Product jar package name memory Highest Product jar package name memory Low Product Manifest extension-name org.apache.lucene Medium Product Manifest Implementation-Title org.apache.lucene High Product Manifest specification-title Lucene Search Engine: memory Medium Product Manifest x-build-os Linux amd64 5.15.0-75-generic Low Version file name lucene-memory Medium Version file version 9.7.0 High Version gradle version 9.7.0 Highest Version Manifest Implementation-Version 9.7.0 ccf4b198ec328095d45d2746189dc8ca633e8bcf - 2023-06-21 11:48:16 High
lucene-queries-9.7.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.lucene/lucene-queries/9.7.0/126989d4622419aa06fcbf3a342e859cab8c8799/lucene-queries-9.7.0.jarMD5: b756305d154698e193828c5cc5698874SHA1: 126989d4622419aa06fcbf3a342e859cab8c8799SHA256: 1ef397f798888ed8a0bbe9d5d0f2d76cd72bfa2c1bafe3b0f9a5c849dda91acbReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath lucene-queries-9.7.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name lucene-queries High Vendor gradle artifactid lucene-queries Highest Vendor gradle groupid org.apache.lucene Highest Vendor jar package name apache Highest Vendor jar package name apache Low Vendor jar package name lucene Highest Vendor jar package name lucene Low Vendor jar package name queries Low Vendor Manifest extension-name org.apache.lucene Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor Manifest x-build-os Linux amd64 5.15.0-75-generic Low Product file name lucene-queries High Product gradle artifactid lucene-queries Highest Product jar package name apache Highest Product jar package name lucene Highest Product jar package name lucene Low Product jar package name queries Highest Product jar package name queries Low Product Manifest extension-name org.apache.lucene Medium Product Manifest Implementation-Title org.apache.lucene High Product Manifest specification-title Lucene Search Engine: queries Medium Product Manifest x-build-os Linux amd64 5.15.0-75-generic Low Version file name lucene-queries Medium Version file version 9.7.0 High Version gradle version 9.7.0 Highest Version Manifest Implementation-Version 9.7.0 ccf4b198ec328095d45d2746189dc8ca633e8bcf - 2023-06-21 11:48:16 High
lucene-queryparser-9.7.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.lucene/lucene-queryparser/9.7.0/6e77bde908ff698354e4a2149e6dd4658b56d7b0/lucene-queryparser-9.7.0.jarMD5: 45e1c98d97cf2ab4ef23f47b4eaf1d99SHA1: 6e77bde908ff698354e4a2149e6dd4658b56d7b0SHA256: 01b48a489d337c0fcc5a5e5bff09f076cd075ec619035ebc05135beff914b57aReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath lucene-queryparser-9.7.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name lucene-queryparser High Vendor gradle artifactid lucene-queryparser Highest Vendor gradle groupid org.apache.lucene Highest Vendor jar package name apache Highest Vendor jar package name apache Low Vendor jar package name lucene Highest Vendor jar package name lucene Low Vendor jar package name queryparser Low Vendor Manifest extension-name org.apache.lucene Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor Manifest x-build-os Linux amd64 5.15.0-75-generic Low Product file name lucene-queryparser High Product gradle artifactid lucene-queryparser Highest Product jar package name apache Highest Product jar package name flexible Low Product jar package name lucene Highest Product jar package name lucene Low Product jar package name queryparser Highest Product jar package name queryparser Low Product Manifest extension-name org.apache.lucene Medium Product Manifest Implementation-Title org.apache.lucene High Product Manifest specification-title Lucene Search Engine: queryparser Medium Product Manifest x-build-os Linux amd64 5.15.0-75-generic Low Version file name lucene-queryparser Medium Version file version 9.7.0 High Version gradle version 9.7.0 Highest Version Manifest Implementation-Version 9.7.0 ccf4b198ec328095d45d2746189dc8ca633e8bcf - 2023-06-21 11:48:16 High
lucene-sandbox-9.7.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.lucene/lucene-sandbox/9.7.0/9f3e8e1947f2f1c5784132444af51a060ff0b4bf/lucene-sandbox-9.7.0.jarMD5: 602346201d03140d1401450909a52737SHA1: 9f3e8e1947f2f1c5784132444af51a060ff0b4bfSHA256: 07686ece4db37546ca3d89ecb1836d73df5f4f88d807f203cd302a4c7467c53fReferenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath lucene-sandbox-9.7.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name lucene-sandbox High Vendor gradle artifactid lucene-sandbox Highest Vendor gradle groupid org.apache.lucene Highest Vendor jar package name apache Highest Vendor jar package name apache Low Vendor jar package name lucene Highest Vendor jar package name lucene Low Vendor jar package name sandbox Low Vendor Manifest extension-name org.apache.lucene Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor Manifest x-build-os Linux amd64 5.15.0-75-generic Low Product file name lucene-sandbox High Product gradle artifactid lucene-sandbox Highest Product jar package name apache Highest Product jar package name lucene Highest Product jar package name lucene Low Product jar package name sandbox Highest Product jar package name sandbox Low Product jar package name search Highest Product jar package name search Low Product Manifest extension-name org.apache.lucene Medium Product Manifest Implementation-Title org.apache.lucene High Product Manifest specification-title Lucene Search Engine: sandbox Medium Product Manifest x-build-os Linux amd64 5.15.0-75-generic Low Version file name lucene-sandbox Medium Version file version 9.7.0 High Version gradle version 9.7.0 Highest Version Manifest Implementation-Version 9.7.0 ccf4b198ec328095d45d2746189dc8ca633e8bcf - 2023-06-21 11:48:16 High
maven-artifact-3.6.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.6.1/4603471881d2f033b80c13ada7a31f56df7435e5/maven-artifact-3.6.1.jarMD5: 42734b35aa098cf8435469eb33444c78SHA1: 4603471881d2f033b80c13ada7a31f56df7435e5SHA256: 797fa1bcf54d7216e863b8177c04507d09c708eec153626eca473054c0eb56f3Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath maven-artifact-3.6.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 Evidence Type Source Name Value Confidence Vendor file name maven-artifact High Vendor gradle artifactid maven-artifact Highest Vendor gradle groupid org.apache.maven Highest Vendor jar package name apache Highest Vendor jar package name artifact Highest Vendor jar package name maven Highest Vendor Manifest implementation-url https://maven.apache.org/ref/3.6.1/maven-artifact/ Low Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest Implementation-Vendor-Id org.apache.maven Medium Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid maven-artifact Low Vendor pom groupid org.apache.maven Highest Vendor pom name Maven Artifact High Vendor pom parent-artifactid maven Low Product file name maven-artifact High Product gradle artifactid maven-artifact Highest Product jar package name apache Highest Product jar package name artifact Highest Product jar package name maven Highest Product Manifest Implementation-Title Maven Artifact High Product Manifest implementation-url https://maven.apache.org/ref/3.6.1/maven-artifact/ Low Product Manifest specification-title Maven Artifact Medium Product pom artifactid maven-artifact Highest Product pom groupid org.apache.maven Highest Product pom name Maven Artifact High Product pom parent-artifactid maven Medium Version file version 3.6.1 High Version gradle version 3.6.1 Highest Version Manifest Implementation-Version 3.6.1 High Version pom version 3.6.1 Highest
member-search-index.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/javadoc/member-search-index.jsMD5: 0286c4dfe6f5ea7d9ac16bc828382c5aSHA1: 016b2b18ead971194cde4402554c18a2ed204d89SHA256: b3e9e13427fbffa44ece0814a640568d0f74efa55d268491d1fd207b8b251eb8Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
metisMenu.min.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/bower_components/metisMenu/dist/metisMenu.min.jsMD5: 9d596cdad6a6e250ced46785d04adf4eSHA1: 28e5114d5db21eec8d4c9bbb29cf7d73dcef2b9fSHA256: 3ab0a74bbd399efdf7c9c9bffb689f0a755fc7131d5af04c8393d45f5163a69bReferenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
micrometer-commons-1.12.2.jar micrometer-core-1.12.2.jar micrometer-jakarta9-1.12.2.jar micrometer-observation-1.12.2.jar micrometer-registry-prometheus-1.12.2.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.micrometer/micrometer-registry-prometheus/1.12.2/3a54b3009f1772a48742019882fe7ce2f4fad7c0/micrometer-registry-prometheus-1.12.2.jarMD5: ed886c8cc5ea46dd28192028aad56e24SHA1: 3a54b3009f1772a48742019882fe7ce2f4fad7c0SHA256: eabf377bdd73a7ce7c21b842cfa22ee86a8d66d07ac6a1de1dac9080c558a18fReferenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath micrometer-registry-prometheus-1.12.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name micrometer-registry-prometheus High Vendor gradle artifactid micrometer-registry-prometheus Highest Vendor gradle groupid io.micrometer Highest Vendor jar package name io Low Vendor jar package name micrometer Highest Vendor jar package name micrometer Low Vendor jar package name prometheus Highest Vendor jar package name prometheus Low Vendor Manifest automatic-module-name micrometer.registry.prometheus Medium Vendor Manifest branch HEAD Low Vendor Manifest build-date 2024-01-09_11:24:55 Low Vendor Manifest build-date-utc 2024-01-09T11:24:55.370188544Z Low Vendor Manifest build-host c81bfa96b7c8 Low Vendor Manifest build-job deploy Low Vendor Manifest build-number 28414 Low Vendor Manifest build-timezone Etc/UTC Low Vendor Manifest build-url https://circleci.com/gh/micrometer-metrics/micrometer/28414 Low Vendor Manifest built-os Linux Low Vendor Manifest built-status release Low Vendor Manifest bundle-symbolicname micrometer-registry-prometheus Medium Vendor Manifest change 42ad04e Low Vendor Manifest full-change 42ad04e9861b62207b762dcc16dc808bf1c7e94a Low Vendor Manifest module-email tludwig@vmware.com Low Vendor Manifest module-origin micrometer-metrics/micrometer.git Low Vendor Manifest module-owner tludwig@vmware.com Low Vendor Manifest module-source /implementations/micrometer-registry-prometheus Low Product file name micrometer-registry-prometheus High Product gradle artifactid micrometer-registry-prometheus Highest Product jar package name io Highest Product jar package name micrometer Highest Product jar package name micrometer Low Product jar package name prometheus Highest Product jar package name prometheus Low Product Manifest automatic-module-name micrometer.registry.prometheus Medium Product Manifest branch HEAD Low Product Manifest build-date 2024-01-09_11:24:55 Low Product Manifest build-date-utc 2024-01-09T11:24:55.370188544Z Low Product Manifest build-host c81bfa96b7c8 Low Product Manifest build-job deploy Low Product Manifest build-number 28414 Low Product Manifest build-timezone Etc/UTC Low Product Manifest build-url https://circleci.com/gh/micrometer-metrics/micrometer/28414 Low Product Manifest built-os Linux Low Product Manifest built-status release Low Product Manifest Bundle-Name micrometer-registry-prometheus Medium Product Manifest bundle-symbolicname micrometer-registry-prometheus Medium Product Manifest change 42ad04e Low Product Manifest full-change 42ad04e9861b62207b762dcc16dc808bf1c7e94a Low Product Manifest Implementation-Title io.micrometer#micrometer-registry-prometheus;1.12.2 High Product Manifest module-email tludwig@vmware.com Low Product Manifest module-origin micrometer-metrics/micrometer.git Low Product Manifest module-owner tludwig@vmware.com Low Product Manifest module-source /implementations/micrometer-registry-prometheus Low Version file version 1.12.2 High Version Manifest Implementation-Version 1.12.2 High
micrometer-tracing-1.2.1.jar micrometer-tracing-bridge-brave-1.2.1.jar mockito-core-5.7.0.jar mockito-junit-jupiter-5.7.0.jar module-search-index.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/javadoc/module-search-index.jsMD5: a33da0f469acbd03f77bf407bac505f5SHA1: 1e996ce630c6e1ada3ea86d7b71dabca0180f8e8SHA256: 814a05983e3267d591c7e62b314eb8eb0504eee844c8a70d494f6edbaa0f4f18Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
mongock-api-4.3.8.jar mongock-driver-api-4.3.8.jar mongock-driver-core-4.3.8.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.github.cloudyrock.mongock/mongock-driver-core/4.3.8/504f4cf0b746d91f7b7f7a80695684610e4fbce4/mongock-driver-core-4.3.8.jarMD5: 87dce003a8c0155832cf6687a73df3cdSHA1: 504f4cf0b746d91f7b7f7a80695684610e4fbce4SHA256: 2b1cdd9a6eaf9306ead96593b4805867f56150797f80780e151b4166fb2756b0Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath mongock-driver-core-4.3.8.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 Evidence Type Source Name Value Confidence Vendor file name mongock-driver-core High Vendor gradle artifactid mongock-driver-core Highest Vendor gradle groupid com.github.cloudyrock.mongock Highest Vendor jar package name cloudyrock Highest Vendor jar package name cloudyrock Low Vendor jar package name driver Highest Vendor jar package name github Highest Vendor jar package name github Low Vendor jar package name mongock Highest Vendor jar package name mongock Low Vendor pom artifactid mongock-driver-core Low Vendor pom groupid com.github.cloudyrock.mongock Highest Vendor pom parent-artifactid mongock-driver Low Product file name mongock-driver-core High Product gradle artifactid mongock-driver-core Highest Product jar package name cloudyrock Highest Product jar package name cloudyrock Low Product jar package name driver Highest Product jar package name driver Low Product jar package name github Highest Product jar package name mongock Highest Product jar package name mongock Low Product pom artifactid mongock-driver-core Highest Product pom groupid com.github.cloudyrock.mongock Highest Product pom parent-artifactid mongock-driver Medium Version file version 4.3.8 High Version gradle version 4.3.8 Highest Version pom version 4.3.8 Highest
mongock-runner-core-4.3.8.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.github.cloudyrock.mongock/mongock-runner-core/4.3.8/69fc6839fa2424f426f40ad72bbb551315388e94/mongock-runner-core-4.3.8.jarMD5: 7872ca6d9385098c4261570b5d1fdec5SHA1: 69fc6839fa2424f426f40ad72bbb551315388e94SHA256: b214097f5732cf185b602aee28c35ffdd11c15eeb3c6894bbef24d0f32fb6009Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath mongock-runner-core-4.3.8.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 Evidence Type Source Name Value Confidence Vendor file name mongock-runner-core High Vendor gradle artifactid mongock-runner-core Highest Vendor gradle groupid com.github.cloudyrock.mongock Highest Vendor jar package name cloudyrock Highest Vendor jar package name cloudyrock Low Vendor jar package name github Highest Vendor jar package name github Low Vendor jar package name mongock Highest Vendor jar package name mongock Low Vendor jar package name runner Highest Vendor pom artifactid mongock-runner-core Low Vendor pom groupid com.github.cloudyrock.mongock Highest Vendor pom parent-artifactid mongock-runner Low Product file name mongock-runner-core High Product gradle artifactid mongock-runner-core Highest Product jar package name cloudyrock Highest Product jar package name cloudyrock Low Product jar package name github Highest Product jar package name mongock Highest Product jar package name mongock Low Product jar package name runner Highest Product jar package name runner Low Product pom artifactid mongock-runner-core Highest Product pom groupid com.github.cloudyrock.mongock Highest Product pom parent-artifactid mongock-runner Medium Version file version 4.3.8 High Version gradle version 4.3.8 Highest Version pom version 4.3.8 Highest
mongock-spring-runner-util-4.3.8.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.github.cloudyrock.mongock/mongock-spring-runner-util/4.3.8/1d3391c824f7c7b28717cb2dd0f9ad62fd4cebe1/mongock-spring-runner-util-4.3.8.jarMD5: 90def07c6759787d04322149e0454dabSHA1: 1d3391c824f7c7b28717cb2dd0f9ad62fd4cebe1SHA256: 616498f88d8a4bb5d97bd2cc322cea9bbe2928a2cc719960ef59330786d377b8Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath mongock-spring-runner-util-4.3.8.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 Evidence Type Source Name Value Confidence Vendor file name mongock-spring-runner-util High Vendor gradle artifactid mongock-spring-runner-util Highest Vendor gradle groupid com.github.cloudyrock.mongock Highest Vendor jar package name cloudyrock Highest Vendor jar package name cloudyrock Low Vendor jar package name github Highest Vendor jar package name github Low Vendor jar package name spring Highest Vendor jar package name spring Low Vendor jar package name util Highest Vendor pom artifactid mongock-spring-runner-util Low Vendor pom groupid com.github.cloudyrock.mongock Highest Vendor pom parent-artifactid spring-runners Low Product file name mongock-spring-runner-util High Product gradle artifactid mongock-spring-runner-util Highest Product jar package name cloudyrock Highest Product jar package name cloudyrock Low Product jar package name github Highest Product jar package name spring Highest Product jar package name spring Low Product jar package name util Highest Product jar package name util Low Product pom artifactid mongock-spring-runner-util Highest Product pom groupid com.github.cloudyrock.mongock Highest Product pom parent-artifactid spring-runners Medium Version file version 4.3.8 High Version gradle version 4.3.8 Highest Version pom version 4.3.8 Highest
mongock-spring-v5-4.3.8.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.github.cloudyrock.mongock/mongock-spring-v5/4.3.8/60b620df74f3a8c37cff7c3f8d3f7dfefeee1778/mongock-spring-v5-4.3.8.jarMD5: beb82d6f7545760a26b2694ab89a6c3aSHA1: 60b620df74f3a8c37cff7c3f8d3f7dfefeee1778SHA256: f9f74213c061e32dfaaf8c2c22f9b2bff17ff813ae7661cd286e7e322b531a96Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath mongock-spring-v5-4.3.8.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name mongock-spring-v5 High Vendor gradle artifactid mongock-spring-v5 Highest Vendor gradle groupid com.github.cloudyrock.mongock Highest Vendor jar package name cloudyrock Highest Vendor jar package name cloudyrock Low Vendor jar package name github Highest Vendor jar package name github Low Vendor jar package name spring Highest Vendor jar package name spring Low Vendor jar package name v5 Highest Vendor pom artifactid mongock-spring-v5 Low Vendor pom groupid com.github.cloudyrock.mongock Highest Vendor pom parent-artifactid spring-runners Low Product file name mongock-spring-v5 High Product gradle artifactid mongock-spring-v5 Highest Product jar package name cloudyrock Highest Product jar package name cloudyrock Low Product jar package name github Highest Product jar package name spring Highest Product jar package name spring Low Product jar package name v5 Highest Product jar package name v5 Low Product pom artifactid mongock-spring-v5 Highest Product pom groupid com.github.cloudyrock.mongock Highest Product pom parent-artifactid spring-runners Medium Version file version 4.3.8 High Version gradle version 4.3.8 Highest Version pom version 4.3.8 Highest
mongock-utils-4.3.8.jar mongodb-driver-core-4.11.1.jar mongodb-driver-sync-4.11.1.jar mongodb-springdata-v3-driver-4.3.8.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver/4.3.8/b85b0484f53e0f447a7ce2d57252b26c29587440/mongodb-springdata-v3-driver-4.3.8.jarMD5: 7b177938bf65cbd6e161f71a27b6c0c3SHA1: b85b0484f53e0f447a7ce2d57252b26c29587440SHA256: 2076bebc8379f419cc5001fb18b3578360da6aa5b943fe39de2d56e8526c0c36Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath mongodb-springdata-v3-driver-4.3.8.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name mongodb-springdata-v3-driver High Vendor gradle artifactid mongodb-springdata-v3-driver Highest Vendor gradle groupid com.github.cloudyrock.mongock Highest Vendor jar package name cloudyrock Highest Vendor jar package name cloudyrock Low Vendor jar package name driver Highest Vendor jar package name github Highest Vendor jar package name github Low Vendor jar package name mongock Highest Vendor jar package name mongock Low Vendor pom artifactid mongodb-springdata-v3-driver Low Vendor pom groupid com.github.cloudyrock.mongock Highest Vendor pom name Mongock(MongoDB) Driver Spring-data v3.0 () High Vendor pom parent-artifactid mongock Low Product file name mongodb-springdata-v3-driver High Product gradle artifactid mongodb-springdata-v3-driver Highest Product jar package name cloudyrock Highest Product jar package name cloudyrock Low Product jar package name driver Highest Product jar package name driver Low Product jar package name github Highest Product jar package name mongock Highest Product jar package name mongock Low Product pom artifactid mongodb-springdata-v3-driver Highest Product pom groupid com.github.cloudyrock.mongock Highest Product pom name Mongock(MongoDB) Driver Spring-data v3.0 () High Product pom parent-artifactid mongock Medium Version file version 4.3.8 High Version gradle version 4.3.8 Highest Version pom version 4.3.8 Highest
mongodb-sync-v4-driver-4.3.8.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.github.cloudyrock.mongock/mongodb-sync-v4-driver/4.3.8/a1f2646e23e56e783896204bdc31397345e4ecdc/mongodb-sync-v4-driver-4.3.8.jarMD5: 9c8562e42b9300d3172b85903f4ddadcSHA1: a1f2646e23e56e783896204bdc31397345e4ecdcSHA256: bff504dbd908fb8b28f38d8958e1291fc27308c2b249cf31ac698781cf39a4beReferenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath mongodb-sync-v4-driver-4.3.8.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongodb-springdata-v3-driver@4.3.8 Evidence Type Source Name Value Confidence Vendor file name mongodb-sync-v4-driver High Vendor gradle artifactid mongodb-sync-v4-driver Highest Vendor gradle groupid com.github.cloudyrock.mongock Highest Vendor jar package name cloudyrock Highest Vendor jar package name cloudyrock Low Vendor jar package name driver Highest Vendor jar package name github Highest Vendor jar package name github Low Vendor jar package name mongock Highest Vendor jar package name mongock Low Vendor pom artifactid mongodb-sync-v4-driver Low Vendor pom groupid com.github.cloudyrock.mongock Highest Vendor pom name Mongock(MongoDB) Driver mongodb-sync v4.0 () High Vendor pom parent-artifactid mongock Low Product file name mongodb-sync-v4-driver High Product gradle artifactid mongodb-sync-v4-driver Highest Product jar package name cloudyrock Highest Product jar package name cloudyrock Low Product jar package name driver Highest Product jar package name driver Low Product jar package name github Highest Product jar package name mongock Highest Product jar package name mongock Low Product pom artifactid mongodb-sync-v4-driver Highest Product pom groupid com.github.cloudyrock.mongock Highest Product pom name Mongock(MongoDB) Driver mongodb-sync v4.0 () High Product pom parent-artifactid mongock Medium Version file version 4.3.8 High Version gradle version 4.3.8 Highest Version pom version 4.3.8 Highest
mvstore-1.4.200-r3.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/jpms/mvstore/1.4.200-r3/mvstore-1.4.200-r3.jarMD5: 2ab7c48c26a539de9258ccba0de9183aSHA1: 17d742e2f4dbd8ea5e5f71d39ce86ebeb33e5259SHA256: 8de4dcabf9e2e131499c9cb21d0928dd681766ff9b7803f412a2224379584de5Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath mvstore-1.4.200-r3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name mvstore High Vendor gradle artifactid mvstore Highest Vendor gradle groupid dev.ikm.jpms Highest Vendor jar package name mvstore Highest Vendor Manifest build-jdk-spec 19 Low Vendor pom artifactid mvstore Low Vendor pom groupid dev.ikm.jpms Highest Vendor pom name MVStore High Vendor pom parent-artifactid java-parent Low Vendor pom parent-groupid dev.ikm.build Medium Product file name mvstore High Product gradle artifactid mvstore Highest Product jar package name mvstore Highest Product Manifest build-jdk-spec 19 Low Product pom artifactid mvstore Highest Product pom groupid dev.ikm.jpms Highest Product pom name MVStore High Product pom parent-artifactid java-parent Medium Product pom parent-groupid dev.ikm.build Medium Version gradle version 1.4.200-r3 Highest Version pom parent-version 1.4.200-r3 Low Version pom version 1.4.200-r3 Highest
mxparser-1.2.2.jarDescription:
MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork.
License:
Indiana University Extreme! Lab Software License: https://raw.githubusercontent.com/x-stream/mxparser/master/LICENSE.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.x-stream/mxparser/1.2.2/476fb3b3bb3716cad797cd054ce45f89445794e9/mxparser-1.2.2.jar
MD5: 9d7e42409dfdcee9bd17903015bdeae2
SHA1: 476fb3b3bb3716cad797cd054ce45f89445794e9
SHA256: aeeee23a3303d811bca8790ea7f25b534314861c03cff36dafdcc2180969eb97
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath mxparser-1.2.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name mxparser High Vendor gradle artifactid mxparser Highest Vendor gradle groupid io.github.x-stream Highest Vendor jar package name github Highest Vendor jar package name io Highest Vendor jar package name mxparser Highest Vendor jar package name xstream Highest Vendor Manifest automatic-module-name io.github.xstream.mxparser Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-symbolicname mxparser Medium Vendor Manifest java_1_4_home /opt/blackdown-jdk-1.4.2.03 Low Vendor Manifest java_1_5_home /opt/sun-jdk-1.5.0.22 Low Vendor Manifest java_1_6_home /opt/sun-jdk-1.6.0.45 Low Vendor Manifest java_1_7_home /opt/oracle-jdk-bin-1.7.0.80 Low Vendor Manifest java_1_8_home /opt/oracle-jdk-bin-1.8.0.202 Low Vendor Manifest java_9_home /opt/oracle-jdk-bin-9.0.4 Low Vendor Manifest x-build-os Linux Low Vendor Manifest x-build-time 2021-08-18T22:35:34Z Low Vendor Manifest x-builder Maven 3.8.1 Low Vendor Manifest x-compile-source 1.4 Low Vendor Manifest x-compile-target 1.4 Low Vendor pom artifactid mxparser Low Vendor pom developer id mxparser Medium Vendor pom developer name XStream Committers Medium Vendor pom groupid io.github.x-stream Highest Vendor pom name MXParser High Vendor pom url http://x-stream.github.io/mxparser Highest Product file name mxparser High Product gradle artifactid mxparser Highest Product jar package name github Highest Product jar package name io Highest Product jar package name mxparser Highest Product jar package name xstream Highest Product Manifest automatic-module-name io.github.xstream.mxparser Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest Bundle-Name MXParser Medium Product Manifest bundle-symbolicname mxparser Medium Product Manifest Implementation-Title MXParser High Product Manifest java_1_4_home /opt/blackdown-jdk-1.4.2.03 Low Product Manifest java_1_5_home /opt/sun-jdk-1.5.0.22 Low Product Manifest java_1_6_home /opt/sun-jdk-1.6.0.45 Low Product Manifest java_1_7_home /opt/oracle-jdk-bin-1.7.0.80 Low Product Manifest java_1_8_home /opt/oracle-jdk-bin-1.8.0.202 Low Product Manifest java_9_home /opt/oracle-jdk-bin-9.0.4 Low Product Manifest specification-title MXParser Medium Product Manifest x-build-os Linux Low Product Manifest x-build-time 2021-08-18T22:35:34Z Low Product Manifest x-builder Maven 3.8.1 Low Product Manifest x-compile-source 1.4 Low Product Manifest x-compile-target 1.4 Low Product pom artifactid mxparser Highest Product pom developer id mxparser Low Product pom developer name XStream Committers Low Product pom groupid io.github.x-stream Highest Product pom name MXParser High Product pom url http://x-stream.github.io/mxparser Medium Version file version 1.2.2 High Version gradle version 1.2.2 Highest Version Manifest Bundle-Version 1.2.2 High Version Manifest Implementation-Version 1.2.2 High Version pom version 1.2.2 Highest
nats-spring-0.5.6.jarDescription:
NATS Implementation for Spring File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.nats/nats-spring/0.5.6/9bdd38d350d4789e1f685be9646a8b6f37f645ee/nats-spring-0.5.6.jarMD5: 411c32f39d0011cf7a7d062f61ccf5d3SHA1: 9bdd38d350d4789e1f685be9646a8b6f37f645eeSHA256: de4f83feca327c200138fa09cbcf458845e64bd73e199819afa954b43fd3afcdReferenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath nats-spring-0.5.6.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name nats-spring High Vendor gradle artifactid nats-spring Highest Vendor gradle groupid io.nats Highest Vendor jar package name io Highest Vendor jar package name nats Highest Vendor jar package name spring Highest Vendor Manifest implementation-url https://spring.io/spring-cloud/nats-spring-parent/nats-spring Low Vendor Manifest Implementation-Vendor CNCF High Vendor Manifest Implementation-Vendor-Id io.nats Medium Vendor pom artifactid nats-spring Low Vendor pom groupid io.nats Highest Vendor pom organization name CNCF High Vendor pom organization url https://www.nats.io Medium Vendor pom parent-artifactid nats-spring-parent Low Product file name nats-spring High Product gradle artifactid nats-spring Highest Product jar package name io Highest Product jar package name nats Highest Product jar package name spring Highest Product Manifest Implementation-Title nats-spring High Product Manifest implementation-url https://spring.io/spring-cloud/nats-spring-parent/nats-spring Low Product pom artifactid nats-spring Highest Product pom groupid io.nats Highest Product pom organization name CNCF Low Product pom organization url https://www.nats.io Low Product pom parent-artifactid nats-spring-parent Medium Version file version 0.5.6 High Version gradle version 0.5.6 Highest Version Manifest Implementation-Version 0.5.6 High Version pom version 0.5.6 Highest
netflix-eventbus-0.3.0.jar netflix-infix-0.3.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.netflix.netflix-commons/netflix-infix/0.3.0/acc65969f7367ddd2f1265e0cd7330509ed530dc/netflix-infix-0.3.0.jarMD5: 3410072887ca26fc0b7e71a7e91f8e2bSHA1: acc65969f7367ddd2f1265e0cd7330509ed530dcSHA256: 7dec45215c262c4f0a42c1f3adb8613788cf43c6ed21274e15c73ea5500d2597Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath netflix-infix-0.3.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name netflix-infix High Vendor gradle artifactid netflix-infix Highest Vendor gradle groupid com.netflix.netflix-commons Highest Vendor jar package name infix Low Vendor jar package name lang Low Vendor jar package name netflix Low Vendor Manifest build-date 2015-12-03_13:42:40 Low Vendor Manifest build-host https://netflixoss.ci.cloudbees.com/ Low Vendor Manifest build-job NetflixOSS/netflix-commons/netflix-commons-release Low Vendor Manifest build-number 2 Low Vendor Manifest built-os Linux Low Vendor Manifest built-status integration Low Vendor Manifest change 63f9067 Low Vendor Manifest module-email talent@netflix.com Low Vendor Manifest module-origin Netflix/netflix-commons.git Low Vendor Manifest module-owner talent@netflix.com Low Vendor Manifest module-source /netflix-infix Low Product file name netflix-infix High Product gradle artifactid netflix-infix Highest Product jar package name infix Highest Product jar package name infix Low Product jar package name lang Low Product jar package name netflix Highest Product Manifest build-date 2015-12-03_13:42:40 Low Product Manifest build-host https://netflixoss.ci.cloudbees.com/ Low Product Manifest build-job NetflixOSS/netflix-commons/netflix-commons-release Low Product Manifest build-number 2 Low Product Manifest built-os Linux Low Product Manifest built-status integration Low Product Manifest change 63f9067 Low Product Manifest Implementation-Title com.netflix.netflix-commons#netflix-infix;0.3.0 High Product Manifest module-email talent@netflix.com Low Product Manifest module-origin Netflix/netflix-commons.git Low Product Manifest module-owner talent@netflix.com Low Product Manifest module-source /netflix-infix Low Version file version 0.3.0 High Version Manifest Implementation-Version 0.3.0 High
netty-buffer-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-buffer/4.1.104.Final/756797174b94a3aee11ce83522473f3c18287a43/netty-buffer-4.1.104.Final.jar
MD5: b7c97bd68ec079ba76da237ba2a47055
SHA1: 756797174b94a3aee11ce83522473f3c18287a43
SHA256: 1e5361d1371ae75836717a22d0b0fba8393ef3ddb345abd7581c97c37aeac568
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-buffer-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-buffer High Vendor gradle artifactid netty-buffer Highest Vendor gradle groupid io.netty Highest Vendor jar package name buffer Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor Manifest automatic-module-name io.netty.buffer Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.buffer Medium Vendor Manifest implementation-url https://netty.io/netty-buffer/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-buffer Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Buffer High Vendor pom parent-artifactid netty-parent Low Product file name netty-buffer High Product gradle artifactid netty-buffer Highest Product jar package name buffer Highest Product jar package name io Highest Product jar package name netty Highest Product Manifest automatic-module-name io.netty.buffer Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Buffer Medium Product Manifest bundle-symbolicname io.netty.buffer Medium Product Manifest Implementation-Title Netty/Buffer High Product Manifest implementation-url https://netty.io/netty-buffer/ Low Product pom artifactid netty-buffer Highest Product pom groupid io.netty Highest Product pom name Netty/Buffer High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-codec-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec/4.1.104.Final/f51fcfd3baac88b2c0b8dc715932ad5622d17429/netty-codec-4.1.104.Final.jar
MD5: e20c252db786c4a9ba236820bd66b572
SHA1: f51fcfd3baac88b2c0b8dc715932ad5622d17429
SHA256: 36d9840e76de66fbf60da20d740b3974a3545b0a4d68a16a7c19ae998f541098
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-codec-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-codec High Vendor gradle artifactid netty-codec Highest Vendor gradle groupid io.netty Highest Vendor jar package name codec Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor Manifest automatic-module-name io.netty.codec Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.codec Medium Vendor Manifest implementation-url https://netty.io/netty-codec/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-codec Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Codec High Vendor pom parent-artifactid netty-parent Low Product file name netty-codec High Product gradle artifactid netty-codec Highest Product jar package name codec Highest Product jar package name io Highest Product jar package name netty Highest Product Manifest automatic-module-name io.netty.codec Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Codec Medium Product Manifest bundle-symbolicname io.netty.codec Medium Product Manifest Implementation-Title Netty/Codec High Product Manifest implementation-url https://netty.io/netty-codec/ Low Product pom artifactid netty-codec Highest Product pom groupid io.netty Highest Product pom name Netty/Codec High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-codec-dns-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-dns/4.1.104.Final/8e237ce67ab230ed1ba749d6651b278333c21b3f/netty-codec-dns-4.1.104.Final.jar
MD5: e97ab30ca63894ec72eeeb7bcba6e81b
SHA1: 8e237ce67ab230ed1ba749d6651b278333c21b3f
SHA256: d174befa24f1259366d234a1f814260534a6a8ec57079bfa444db183ca83954b
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-codec-dns-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-codec-dns High Vendor gradle artifactid netty-codec-dns Highest Vendor gradle groupid io.netty Highest Vendor jar package name codec Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor Manifest automatic-module-name io.netty.codec.dns Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.codec-dns Medium Vendor Manifest implementation-url https://netty.io/netty-codec-dns/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-codec-dns Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Codec/DNS High Vendor pom parent-artifactid netty-parent Low Product file name netty-codec-dns High Product gradle artifactid netty-codec-dns Highest Product jar package name codec Highest Product jar package name io Highest Product jar package name netty Highest Product Manifest automatic-module-name io.netty.codec.dns Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Codec/DNS Medium Product Manifest bundle-symbolicname io.netty.codec-dns Medium Product Manifest Implementation-Title Netty/Codec/DNS High Product Manifest implementation-url https://netty.io/netty-codec-dns/ Low Product pom artifactid netty-codec-dns Highest Product pom groupid io.netty Highest Product pom name Netty/Codec/DNS High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-codec-http-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-http/4.1.104.Final/2db1556de1b8dc07695604bf51a0a133263ad63f/netty-codec-http-4.1.104.Final.jar
MD5: 10675074c0eb7579c733ae248f9ae715
SHA1: 2db1556de1b8dc07695604bf51a0a133263ad63f
SHA256: 8e635413e623f3f1b337524931be620feb0369def735ede338f67db55cf8fc9b
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-codec-http-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-codec-http High Vendor gradle artifactid netty-codec-http Highest Vendor gradle groupid io.netty Highest Vendor jar package name codec Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor Manifest automatic-module-name io.netty.codec.http Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.codec-http Medium Vendor Manifest implementation-url https://netty.io/netty-codec-http/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-codec-http Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Codec/HTTP High Vendor pom parent-artifactid netty-parent Low Product file name netty-codec-http High Product gradle artifactid netty-codec-http Highest Product jar package name codec Highest Product jar package name io Highest Product jar package name netty Highest Product Manifest automatic-module-name io.netty.codec.http Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Codec/HTTP Medium Product Manifest bundle-symbolicname io.netty.codec-http Medium Product Manifest Implementation-Title Netty/Codec/HTTP High Product Manifest implementation-url https://netty.io/netty-codec-http/ Low Product pom artifactid netty-codec-http Highest Product pom groupid io.netty Highest Product pom name Netty/Codec/HTTP High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-codec-http2-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-http2/4.1.104.Final/5bb757929f7c4d1bf12740a378a99643caaad1ac/netty-codec-http2-4.1.104.Final.jar
MD5: 9aeb6ce2b6be7f91c4a4311c18c9b069
SHA1: 5bb757929f7c4d1bf12740a378a99643caaad1ac
SHA256: fc03e6a2cc2d59f80fb1ec2957621e2630a952db36e069ccbbd72e0662796881
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-codec-http2-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-codec-http2 High Vendor gradle artifactid netty-codec-http2 Highest Vendor gradle groupid io.netty Highest Vendor jar package name codec Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor Manifest automatic-module-name io.netty.codec.http2 Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.codec-http2 Medium Vendor Manifest implementation-url https://netty.io/netty-codec-http2/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-codec-http2 Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Codec/HTTP2 High Vendor pom parent-artifactid netty-parent Low Product file name netty-codec-http2 High Product gradle artifactid netty-codec-http2 Highest Product jar package name codec Highest Product jar package name io Highest Product jar package name netty Highest Product Manifest automatic-module-name io.netty.codec.http2 Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Codec/HTTP2 Medium Product Manifest bundle-symbolicname io.netty.codec-http2 Medium Product Manifest Implementation-Title Netty/Codec/HTTP2 High Product Manifest implementation-url https://netty.io/netty-codec-http2/ Low Product pom artifactid netty-codec-http2 Highest Product pom groupid io.netty Highest Product pom name Netty/Codec/HTTP2 High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-codec-socks-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-socks/4.1.104.Final/5b126ceba61275f38297cacd5ea0cd6d3addee04/netty-codec-socks-4.1.104.Final.jar
MD5: 2d54a6d38d34bf13e315df6b55b226d8
SHA1: 5b126ceba61275f38297cacd5ea0cd6d3addee04
SHA256: c8fac27f4d78fb3abd627907a5412fbe85fecc0671fa36f9ef7d0d26670caf05
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-codec-socks-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-codec-socks High Vendor gradle artifactid netty-codec-socks Highest Vendor gradle groupid io.netty Highest Vendor jar package name codec Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor Manifest automatic-module-name io.netty.codec.socks Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.codec-socks Medium Vendor Manifest implementation-url https://netty.io/netty-codec-socks/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-codec-socks Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Codec/Socks High Vendor pom parent-artifactid netty-parent Low Product file name netty-codec-socks High Product gradle artifactid netty-codec-socks Highest Product jar package name codec Highest Product jar package name io Highest Product jar package name netty Highest Product Manifest automatic-module-name io.netty.codec.socks Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Codec/Socks Medium Product Manifest bundle-symbolicname io.netty.codec-socks Medium Product Manifest Implementation-Title Netty/Codec/Socks High Product Manifest implementation-url https://netty.io/netty-codec-socks/ Low Product pom artifactid netty-codec-socks Highest Product pom groupid io.netty Highest Product pom name Netty/Codec/Socks High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-common-4.1.104.Final.jar (shaded: org.jctools:jctools-core:3.1.0)Description:
Java Concurrency Tools Core Library License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-common/4.1.104.Final/ec5fc4a7c5475eb20805e14f7274aa28872b5ba1/netty-common-4.1.104.Final.jar/META-INF/maven/org.jctools/jctools-core/pom.xml
MD5: 08e7326c64d7fd6ae4ea32e7eb4e5b79
SHA1: 9deceaba814dea198202b04fe0eec0d2dbf69ea9
SHA256: acaf1b4c366f6794a734288a2c003f16af90a9c479cf4d7daade689764e4fb47
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath Evidence Type Source Name Value Confidence Vendor pom artifactid jctools-core Low Vendor pom groupid org.jctools Highest Vendor pom name Java Concurrency Tools Core Library High Vendor pom url JCTools Highest Product pom artifactid jctools-core Highest Product pom groupid org.jctools Highest Product pom name Java Concurrency Tools Core Library High Product pom url JCTools High Version pom version 3.1.0 Highest
netty-common-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-common/4.1.104.Final/ec5fc4a7c5475eb20805e14f7274aa28872b5ba1/netty-common-4.1.104.Final.jar
MD5: 0b6e5ecbcb4977399f2b93b65ee3d105
SHA1: ec5fc4a7c5475eb20805e14f7274aa28872b5ba1
SHA256: b98b35afc0c704039dc636c5531583e3100c65e1c6bbf1b109761324bbedb06a
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-common-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-common High Vendor gradle artifactid netty-common Highest Vendor gradle groupid io.netty Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor Manifest automatic-module-name io.netty.common Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.common Medium Vendor Manifest implementation-url https://netty.io/netty-common/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-common Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Common High Vendor pom parent-artifactid netty-parent Low Product file name netty-common High Product gradle artifactid netty-common Highest Product jar package name io Highest Product jar package name netty Highest Product Manifest automatic-module-name io.netty.common Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Common Medium Product Manifest bundle-symbolicname io.netty.common Medium Product Manifest Implementation-Title Netty/Common High Product Manifest implementation-url https://netty.io/netty-common/ Low Product pom artifactid netty-common Highest Product pom groupid io.netty Highest Product pom name Netty/Common High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-handler-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-handler/4.1.104.Final/18c0e659950cdef5f12c36eccfa14cbd2ad2049d/netty-handler-4.1.104.Final.jar
MD5: ce14b0595077a872c242f5c423e13aa0
SHA1: 18c0e659950cdef5f12c36eccfa14cbd2ad2049d
SHA256: 4c30c26d158fbf6dcebb54f8524e902a0df4fc6157f597af96a27f5459f7d046
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-handler-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-handler High Vendor gradle artifactid netty-handler Highest Vendor gradle groupid io.netty Highest Vendor jar package name handler Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor Manifest automatic-module-name io.netty.handler Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.handler Medium Vendor Manifest implementation-url https://netty.io/netty-handler/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-handler Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Handler High Vendor pom parent-artifactid netty-parent Low Product file name netty-handler High Product gradle artifactid netty-handler Highest Product jar package name handler Highest Product jar package name io Highest Product jar package name netty Highest Product Manifest automatic-module-name io.netty.handler Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Handler Medium Product Manifest bundle-symbolicname io.netty.handler Medium Product Manifest Implementation-Title Netty/Handler High Product Manifest implementation-url https://netty.io/netty-handler/ Low Product pom artifactid netty-handler Highest Product pom groupid io.netty Highest Product pom name Netty/Handler High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-handler-proxy-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-handler-proxy/4.1.104.Final/50a2d899a8f8a68daed1a9b6d7750184310cc45f/netty-handler-proxy-4.1.104.Final.jar
MD5: b4f0efa436726233dc31b4c7877ffcbf
SHA1: 50a2d899a8f8a68daed1a9b6d7750184310cc45f
SHA256: a61bbbbe33c116a278b1e5baa567c6b5d6bd77814360870093bf6e51c12c6157
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-handler-proxy-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-handler-proxy High Vendor gradle artifactid netty-handler-proxy Highest Vendor gradle groupid io.netty Highest Vendor jar package name handler Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor jar package name proxy Highest Vendor Manifest automatic-module-name io.netty.handler.proxy Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.handler-proxy Medium Vendor Manifest implementation-url https://netty.io/netty-handler-proxy/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-handler-proxy Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Handler/Proxy High Vendor pom parent-artifactid netty-parent Low Product file name netty-handler-proxy High Product gradle artifactid netty-handler-proxy Highest Product jar package name handler Highest Product jar package name io Highest Product jar package name netty Highest Product jar package name proxy Highest Product Manifest automatic-module-name io.netty.handler.proxy Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Handler/Proxy Medium Product Manifest bundle-symbolicname io.netty.handler-proxy Medium Product Manifest Implementation-Title Netty/Handler/Proxy High Product Manifest implementation-url https://netty.io/netty-handler-proxy/ Low Product pom artifactid netty-handler-proxy Highest Product pom groupid io.netty Highest Product pom name Netty/Handler/Proxy High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-resolver-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-resolver/4.1.104.Final/dfa4fe5c3a6eabb7af09902eb63266829876d8a2/netty-resolver-4.1.104.Final.jar
MD5: 52fcf906550575aa700a35d502ff53eb
SHA1: dfa4fe5c3a6eabb7af09902eb63266829876d8a2
SHA256: 7d1cf459a1094cdefdae457686118d9dcc00d96b0ad1cea798483a43ffca1064
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-resolver-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-resolver High Vendor gradle artifactid netty-resolver Highest Vendor gradle groupid io.netty Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor jar package name resolver Highest Vendor Manifest automatic-module-name io.netty.resolver Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.resolver Medium Vendor Manifest implementation-url https://netty.io/netty-resolver/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-resolver Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Resolver High Vendor pom parent-artifactid netty-parent Low Product file name netty-resolver High Product gradle artifactid netty-resolver Highest Product jar package name io Highest Product jar package name netty Highest Product jar package name resolver Highest Product Manifest automatic-module-name io.netty.resolver Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Resolver Medium Product Manifest bundle-symbolicname io.netty.resolver Medium Product Manifest Implementation-Title Netty/Resolver High Product Manifest implementation-url https://netty.io/netty-resolver/ Low Product pom artifactid netty-resolver Highest Product pom groupid io.netty Highest Product pom name Netty/Resolver High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-resolver-dns-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-resolver-dns/4.1.104.Final/f1210e5856fecb9182d58c0d33fa6e946b344b40/netty-resolver-dns-4.1.104.Final.jar
MD5: 43a2f67696de17011bd0804f107919b9
SHA1: f1210e5856fecb9182d58c0d33fa6e946b344b40
SHA256: f40076554db69eec20e0f8de5c92a540d3c50909e416d2c7d8f7e1b27d84b4a8
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-resolver-dns-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-resolver-dns High Vendor gradle artifactid netty-resolver-dns Highest Vendor gradle groupid io.netty Highest Vendor jar package name dns Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor jar package name resolver Highest Vendor Manifest automatic-module-name io.netty.resolver.dns Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.resolver-dns Medium Vendor Manifest implementation-url https://netty.io/netty-resolver-dns/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-resolver-dns Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Resolver/DNS High Vendor pom parent-artifactid netty-parent Low Product file name netty-resolver-dns High Product gradle artifactid netty-resolver-dns Highest Product jar package name dns Highest Product jar package name io Highest Product jar package name netty Highest Product jar package name resolver Highest Product Manifest automatic-module-name io.netty.resolver.dns Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Resolver/DNS Medium Product Manifest bundle-symbolicname io.netty.resolver-dns Medium Product Manifest Implementation-Title Netty/Resolver/DNS High Product Manifest implementation-url https://netty.io/netty-resolver-dns/ Low Product pom artifactid netty-resolver-dns Highest Product pom groupid io.netty Highest Product pom name Netty/Resolver/DNS High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-resolver-dns-classes-macos-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-resolver-dns-classes-macos/4.1.104.Final/def0b2dc9bbfc1bd83f5d6b1e566a4e55ca8983e/netty-resolver-dns-classes-macos-4.1.104.Final.jar
MD5: 3ec8e41559977486b06ac0704d883a5d
SHA1: def0b2dc9bbfc1bd83f5d6b1e566a4e55ca8983e
SHA256: 5d45c0fb39d911e2470de5ed6480a23332f454838923ffceb0cf1b4002ecd713
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-resolver-dns-classes-macos-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-resolver-dns-classes-macos High Vendor gradle artifactid netty-resolver-dns-classes-macos Highest Vendor gradle groupid io.netty Highest Vendor jar package name dns Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor jar package name resolver Highest Vendor Manifest automatic-module-name io.netty.resolver.dns.classes.macos Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.resolver-dns-classes-macos Medium Vendor Manifest implementation-url https://netty.io/netty-resolver-dns-classes-macos/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-resolver-dns-classes-macos Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Resolver/DNS/Classes/MacOS High Vendor pom parent-artifactid netty-parent Low Product file name netty-resolver-dns-classes-macos High Product gradle artifactid netty-resolver-dns-classes-macos Highest Product jar package name dns Highest Product jar package name io Highest Product jar package name netty Highest Product jar package name resolver Highest Product Manifest automatic-module-name io.netty.resolver.dns.classes.macos Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Resolver/DNS/Classes/MacOS Medium Product Manifest bundle-symbolicname io.netty.resolver-dns-classes-macos Medium Product Manifest Implementation-Title Netty/Resolver/DNS/Classes/MacOS High Product Manifest implementation-url https://netty.io/netty-resolver-dns-classes-macos/ Low Product pom artifactid netty-resolver-dns-classes-macos Highest Product pom groupid io.netty Highest Product pom name Netty/Resolver/DNS/Classes/MacOS High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-resolver-dns-native-macos-4.1.104.Final-osx-x86_64.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-resolver-dns-native-macos/4.1.104.Final/8bea981983e7fe8a0cd6bee491102ba86061651b/netty-resolver-dns-native-macos-4.1.104.Final-osx-x86_64.jar
MD5: ac0280c168e0865c4789fdd7333ee7e1
SHA1: 8bea981983e7fe8a0cd6bee491102ba86061651b
SHA256: e0d7fc632da21828474f4dcf4ffc8ee852b962010808cc8a0270766ae55da18d
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-resolver-dns-native-macos-4.1.104.Final-osx-x86_64.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-resolver-dns-native-macos High Vendor gradle artifactid netty-resolver-dns-native-macos Highest Vendor gradle groupid io.netty Highest Vendor Manifest automatic-module-name io.netty.resolver.dns.macos.osx.x86_64 Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-nativecode META-INF/native/libnetty_resolver_dns_native_macos_x86_64.jnilib; osname=MacOSX; processor=x86_64 Low Vendor Manifest bundle-symbolicname io.netty.resolver-dns-native-macos Medium Vendor Manifest fragment-host io.netty.resolver-dns-classes-macos Low Vendor Manifest implementation-url https://netty.io/netty-resolver-dns-native-macos/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-resolver-dns-native-macos Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Resolver/DNS/Native/MacOS High Vendor pom parent-artifactid netty-parent Low Product file name netty-resolver-dns-native-macos High Product gradle artifactid netty-resolver-dns-native-macos Highest Product Manifest automatic-module-name io.netty.resolver.dns.macos.osx.x86_64 Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Resolver/DNS/Native/MacOS Medium Product Manifest bundle-nativecode META-INF/native/libnetty_resolver_dns_native_macos_x86_64.jnilib; osname=MacOSX; processor=x86_64 Low Product Manifest bundle-symbolicname io.netty.resolver-dns-native-macos Medium Product Manifest fragment-host io.netty.resolver-dns-classes-macos Low Product Manifest Implementation-Title Netty/Resolver/DNS/Native/MacOS High Product Manifest implementation-url https://netty.io/netty-resolver-dns-native-macos/ Low Product pom artifactid netty-resolver-dns-native-macos Highest Product pom groupid io.netty Highest Product pom name Netty/Resolver/DNS/Native/MacOS High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-tcnative-boringssl-static-2.0.61.Final.jar netty-tcnative-classes-2.0.61.Final.jar netty-transport-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-transport/4.1.104.Final/da7b263b6fedc5add70e78ee8927c8bd2b9bb589/netty-transport-4.1.104.Final.jar
MD5: 01005749b7a689dd228724db9c0fb4f0
SHA1: da7b263b6fedc5add70e78ee8927c8bd2b9bb589
SHA256: 28fd78156e8908146e66d247985aa5018a4bce9503c5b3d883481448b23270d3
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-transport-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-transport High Vendor gradle artifactid netty-transport Highest Vendor gradle groupid io.netty Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor Manifest automatic-module-name io.netty.transport Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.transport Medium Vendor Manifest implementation-url https://netty.io/netty-transport/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-transport Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Transport High Vendor pom parent-artifactid netty-parent Low Product file name netty-transport High Product gradle artifactid netty-transport Highest Product jar package name io Highest Product jar package name netty Highest Product Manifest automatic-module-name io.netty.transport Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Transport Medium Product Manifest bundle-symbolicname io.netty.transport Medium Product Manifest Implementation-Title Netty/Transport High Product Manifest implementation-url https://netty.io/netty-transport/ Low Product pom artifactid netty-transport Highest Product pom groupid io.netty Highest Product pom name Netty/Transport High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-transport-classes-epoll-4.1.104.Final.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-transport-classes-epoll/4.1.104.Final/700fdbabab44709b0eccffe8f91c4226a5787356/netty-transport-classes-epoll-4.1.104.Final.jar
MD5: 66928a559b3dab0e9025261feda4eb7a
SHA1: 700fdbabab44709b0eccffe8f91c4226a5787356
SHA256: 5fd94296dfdd7ba1e83e9bb66e265d8eadd6cb93bc96535b7af5aecef8b17440
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-transport-classes-epoll-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-transport-classes-epoll High Vendor gradle artifactid netty-transport-classes-epoll Highest Vendor gradle groupid io.netty Highest Vendor jar package name epoll Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor Manifest automatic-module-name io.netty.transport.classes.epoll Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.transport-classes-epoll Medium Vendor Manifest implementation-url https://netty.io/netty-transport-classes-epoll/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-transport-classes-epoll Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Transport/Classes/Epoll High Vendor pom parent-artifactid netty-parent Low Product file name netty-transport-classes-epoll High Product gradle artifactid netty-transport-classes-epoll Highest Product jar package name epoll Highest Product jar package name io Highest Product jar package name netty Highest Product Manifest automatic-module-name io.netty.transport.classes.epoll Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Transport/Classes/Epoll Medium Product Manifest bundle-symbolicname io.netty.transport-classes-epoll Medium Product Manifest Implementation-Title Netty/Transport/Classes/Epoll High Product Manifest implementation-url https://netty.io/netty-transport-classes-epoll/ Low Product pom artifactid netty-transport-classes-epoll Highest Product pom groupid io.netty Highest Product pom name Netty/Transport/Classes/Epoll High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-transport-native-epoll-4.1.104.Final-linux-x86_64.jarDescription:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-transport-native-epoll/4.1.104.Final/623f64cd9be2b2600bee421481031f598c9b1948/netty-transport-native-epoll-4.1.104.Final-linux-x86_64.jar
MD5: 27ac1c19109b49fb07e3af0981a3822c
SHA1: 623f64cd9be2b2600bee421481031f598c9b1948
SHA256: f86d0a1ab8d0c3b6b539d946ad217a13a313769e537f6704696ce0a264c7a449
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-transport-native-epoll-4.1.104.Final-linux-x86_64.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-transport-native-epoll High Vendor gradle artifactid netty-transport-native-epoll Highest Vendor gradle groupid io.netty Highest Vendor Manifest automatic-module-name io.netty.transport.epoll.linux.x86_64 Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-nativecode META-INF/native/libnetty_transport_native_epoll_x86_64.so; osname=Linux; processor=x86_64,* Low Vendor Manifest bundle-symbolicname io.netty.transport-native-epoll Medium Vendor Manifest fragment-host io.netty.transport-classes-epoll Low Vendor Manifest implementation-url https://netty.io/netty-transport-native-epoll/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-transport-native-epoll Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Transport/Native/Epoll High Vendor pom parent-artifactid netty-parent Low Product file name netty-transport-native-epoll High Product gradle artifactid netty-transport-native-epoll Highest Product Manifest automatic-module-name io.netty.transport.epoll.linux.x86_64 Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Transport/Native/Epoll Medium Product Manifest bundle-nativecode META-INF/native/libnetty_transport_native_epoll_x86_64.so; osname=Linux; processor=x86_64,* Low Product Manifest bundle-symbolicname io.netty.transport-native-epoll Medium Product Manifest fragment-host io.netty.transport-classes-epoll Low Product Manifest Implementation-Title Netty/Transport/Native/Epoll High Product Manifest implementation-url https://netty.io/netty-transport-native-epoll/ Low Product pom artifactid netty-transport-native-epoll Highest Product pom groupid io.netty Highest Product pom name Netty/Transport/Native/Epoll High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
netty-transport-native-unix-common-4.1.104.Final.jarDescription:
Static library which contains common unix utilities.
License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.netty/netty-transport-native-unix-common/4.1.104.Final/d4da9f7237ac3ac292891e0b2d5364acbce128cf/netty-transport-native-unix-common-4.1.104.Final.jar
MD5: a4ffd7e064aa4f7189b6949164d16328
SHA1: d4da9f7237ac3ac292891e0b2d5364acbce128cf
SHA256: c12f39c8f12a6ba64078caf75fd97a7fbd05643001f424e8b84829b35d402f4e
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath netty-transport-native-unix-common-4.1.104.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name netty-transport-native-unix-common High Vendor gradle artifactid netty-transport-native-unix-common Highest Vendor gradle groupid io.netty Highest Vendor jar package name io Highest Vendor jar package name netty Highest Vendor jar package name unix Highest Vendor Manifest automatic-module-name io.netty.transport.unix.common Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://netty.io/ Low Vendor Manifest bundle-symbolicname io.netty.transport-native-unix-common Medium Vendor Manifest implementation-url https://netty.io/netty-transport-native-unix-common/ Low Vendor Manifest Implementation-Vendor The Netty Project High Vendor Manifest Implementation-Vendor-Id io.netty Medium Vendor pom artifactid netty-transport-native-unix-common Low Vendor pom groupid io.netty Highest Vendor pom name Netty/Transport/Native/Unix/Common High Vendor pom parent-artifactid netty-parent Low Product file name netty-transport-native-unix-common High Product gradle artifactid netty-transport-native-unix-common Highest Product jar package name io Highest Product jar package name netty Highest Product jar package name unix Highest Product Manifest automatic-module-name io.netty.transport.unix.common Medium Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://netty.io/ Low Product Manifest Bundle-Name Netty/Transport/Native/Unix/Common Medium Product Manifest bundle-symbolicname io.netty.transport-native-unix-common Medium Product Manifest Implementation-Title Netty/Transport/Native/Unix/Common High Product Manifest implementation-url https://netty.io/netty-transport-native-unix-common/ Low Product pom artifactid netty-transport-native-unix-common Highest Product pom groupid io.netty Highest Product pom name Netty/Transport/Native/Unix/Common High Product pom parent-artifactid netty-parent Medium Version gradle version 4.1.104.Final Highest Version Manifest Bundle-Version 4.1.104.Final High Version Manifest Implementation-Version 4.1.104.Final High Version pom version 4.1.104.Final Highest
objenesis-3.3.jar opencdx-client-0.0.20240215164017-plain.jar opencdx-commons-0.0.20240215164017-plain.jarFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-commons/build/libs/opencdx-commons-0.0.20240215164017-plain.jarMD5: 675239394f07143bda81ecb5472bc421SHA1: 09e49982c26c5c87877025b43b13e1f18910dd1bSHA256: ff59d94e8ca6d483124199131a4044ad87fe6542fc3d2b6f1ce1d34cd7c3dde1Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-helloworld:compileClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-commons-0.0.20240215164017-plain.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name opencdx-commons High Vendor gradle artifactid opencdx-commons Highest Vendor gradle groupid cdx.opencdx Highest Vendor jar package name cdx Low Vendor jar package name commons Low Vendor jar package name opencdx Low Product file name opencdx-commons High Product gradle artifactid opencdx-commons Highest Product jar package name commons Low Product jar package name opencdx Low Version file name opencdx-commons Medium Version file version 0.0.20240215164017 High Version gradle version 0.0.20240215164017 Highest
opencdx-proto-0.0.20240215164017-plain.jarFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-proto/build/libs/opencdx-proto-0.0.20240215164017-plain.jarMD5: 32ac19651a35847bdf21eb8093668f9fSHA1: ad3d793d6f14c5a3c399634f7f1c01c2df124596SHA256: be19103bc92ab2c67b27fda3080a38dbe590a430363bcc0ad974faebdc74b72eReferenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath opencdx-proto-0.0.20240215164017-plain.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name opencdx-proto High Vendor gradle artifactid opencdx-proto Highest Vendor gradle groupid cdx.opencdx Highest Vendor jar package name cdx Low Vendor jar package name grpc Low Vendor jar package name opencdx Low Product file name opencdx-proto High Product gradle artifactid opencdx-proto Highest Product jar package name grpc Low Product jar package name opencdx Low Version file name opencdx-proto Medium Version file version 0.0.20240215164017 High Version gradle version 0.0.20240215164017 Highest
CVE-2017-7860 suppress
Google gRPC before 2017-02-22 has an out-of-bounds write caused by a heap-based buffer overflow related to the parse_unix function in core/ext/client_channel/parse_address.c. CWE-787 Out-of-bounds Write
CVSSv2:
Base Score: HIGH (7.5) Vector: /AV:N/AC:L/Au:N/C:P/I:P/A:P CVSSv3:
Base Score: CRITICAL (9.8) Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions:
CVE-2017-7861 suppress
Google gRPC before 2017-02-22 has an out-of-bounds write related to the gpr_free function in core/lib/support/alloc.c. CWE-787 Out-of-bounds Write
CVSSv2:
Base Score: HIGH (7.5) Vector: /AV:N/AC:L/Au:N/C:P/I:P/A:P CVSSv3:
Base Score: CRITICAL (9.8) Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions:
CVE-2017-8359 suppress
Google gRPC before 2017-03-29 has an out-of-bounds write caused by a heap-based use-after-free related to the grpc_call_destroy function in core/lib/surface/call.c. CWE-787 Out-of-bounds Write
CVSSv2:
Base Score: HIGH (7.5) Vector: /AV:N/AC:L/Au:N/C:P/I:P/A:P CVSSv3:
Base Score: CRITICAL (9.8) Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions:
CVE-2017-9431 suppress
Google gRPC before 2017-04-05 has an out-of-bounds write caused by a heap-based buffer overflow related to core/lib/iomgr/error.c. CWE-787 Out-of-bounds Write
CVSSv2:
Base Score: HIGH (7.5) Vector: /AV:N/AC:L/Au:N/C:P/I:P/A:P CVSSv3:
Base Score: CRITICAL (9.8) Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions:
CVE-2020-7768 suppress
The package grpc before 1.24.4; the package @grpc/grpc-js before 1.1.8 are vulnerable to Prototype Pollution via loadPackageDefinition. CWE-1321 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CVSSv2:
Base Score: MEDIUM (5.0) Vector: /AV:N/AC:L/Au:N/C:N/I:N/A:P CVSSv3:
Base Score: CRITICAL (9.8) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
CVE-2023-33953 suppress
gRPC contains a vulnerability that allows hpack table accounting errors could lead to unwanted disconnects between clients and servers in exceptional cases/��Three vectors were found that allow the following DOS attacks:
- Unbounded memory buffering in the HPACK parser
- Unbounded CPU consumption in the HPACK parser
The unbounded CPU consumption is down to a copy that occurred per-input-block in the parser, and because that could be unbounded due to the memory copy bug we end up with an O(n^2) parsing loop, with n selected by the client.
The unbounded memory buffering bugs:
- The header size limit check was behind the string reading code, so we needed to first buffer up to a 4 gigabyte string before rejecting it as longer than 8 or 16kb.
- HPACK varints have an encoding quirk whereby an infinite number of 0���s can be added at the start of an integer. gRPC���s hpack parser needed to read all of them before concluding a parse.
- gRPC���s metadata overflow check was performed per frame, so that the following sequence of frames could cause infinite buffering: HEADERS: containing a: 1 CONTINUATION: containing a: 2 CONTINUATION: containing a: 3 etc��� CWE-789 Memory Allocation with Excessive Size Value, CWE-834 Excessive Iteration, CWE-770 Allocation of Resources Without Limits or Throttling
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
CVE-2023-44487 suppress
CISA Known Exploited Vulnerability: Product: IETF HTTP/2 Name: HTTP/2 Rapid Reset Attack Vulnerability Date Added: 2023-10-10 Description: HTTP/2 contains a rapid reset vulnerability that allows for a distributed denial-of-service attack (DDoS). Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. Due Date: 2023-10-31 Notes: https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. CWE-400 Uncontrolled Resource Consumption
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
cve@mitre.org - EXPLOIT,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PATCH,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,PRESS/MEDIA_COVERAGE cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,THIRD_PARTY_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - ISSUE_TRACKING,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST cve@mitre.org - MAILING_LIST,PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,PATCH,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,THIRD_PARTY_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MAILING_LIST,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,PATCH,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - MITIGATION,VENDOR_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,THIRD_PARTY_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PATCH,VENDOR_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRESS/MEDIA_COVERAGE,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,THIRD_PARTY_ADVISORY cve@mitre.org - PRODUCT,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,THIRD_PARTY_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - RELEASE_NOTES,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,THIRD_PARTY_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - TECHNICAL_DESCRIPTION,VENDOR_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY cve@mitre.org - THIRD_PARTY_ADVISORY,US_GOVERNMENT_RESOURCE cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY cve@mitre.org - VENDOR_ADVISORY Vulnerable Software & Versions: (show all )
CVE-2023-32732 suppress
gRPC contains a vulnerability whereby a client can cause a termination of connection between a HTTP2 proxy and a gRPC server: a base64 encoding error for `-bin` suffixed headers will result in a disconnection by the gRPC server, but is typically allowed by HTTP2 proxies. We recommend upgrading beyond the commit in�� https://github.com/grpc/grpc/pull/32309 https://www.google.com/url
NVD-CWE-Other, CWE-440 Expected Behavior Violation
CVSSv3:
Base Score: MEDIUM (5.3) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions:
opentest4j-1.3.0.jar org.eclipse.jgit-6.6.1.202309021850-r.jarDescription:
Repository access and algorithms
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.eclipse.jgit/org.eclipse.jgit/6.6.1.202309021850-r/4144dfe73e0ae5751f64972d84b6100a53c05ee/org.eclipse.jgit-6.6.1.202309021850-r.jarMD5: 5081e9662b2e83dc9ee89c5214522a48SHA1: 04144dfe73e0ae5751f64972d84b6100a53c05eeSHA256: bb9bb14a7dd480cc119b94d6e6d01fd15ab353be62dcdd88a7e7ff7baba575b0Referenced In Projects/Scopes:
opencdx-config:compileClasspath opencdx-config:runtimeClasspath opencdx-config:productionRuntimeClasspath org.eclipse.jgit-6.6.1.202309021850-r.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name org.eclipse.jgit High Vendor gradle artifactid org.eclipse.jgit Highest Vendor gradle groupid org.eclipse.jgit Highest Vendor jar package name eclipse Highest Vendor jar package name jgit Highest Vendor jar package name repository Highest Vendor Manifest automatic-module-name org.eclipse.jgit Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest bundle-localization plugin Low Vendor Manifest bundle-requiredexecutionenvironment JavaSE-11 Low Vendor Manifest bundle-symbolicname org.eclipse.jgit Medium Vendor Manifest eclipse-extensibleapi true Low Vendor Manifest Implementation-Vendor Eclipse.org - JGit High Vendor Manifest Implementation-Vendor-Id org.eclipse.jgit Medium Vendor Manifest implementation-vendor-url https://www.eclipse.org/jgit/ Medium Vendor pom artifactid eclipse.jgit Low Vendor pom groupid org.eclipse.jgit Highest Vendor pom name JGit - Core High Vendor pom parent-artifactid org.eclipse.jgit-parent Low Product file name org.eclipse.jgit High Product gradle artifactid org.eclipse.jgit Highest Product jar package name eclipse Highest Product jar package name jgit Highest Product jar package name repository Highest Product Manifest automatic-module-name org.eclipse.jgit Medium Product Manifest build-jdk-spec 17 Low Product Manifest bundle-localization plugin Low Product Manifest Bundle-Name %Bundle-Name Medium Product Manifest bundle-requiredexecutionenvironment JavaSE-11 Low Product Manifest bundle-symbolicname org.eclipse.jgit Medium Product Manifest eclipse-extensibleapi true Low Product Manifest Implementation-Title JGit org.eclipse.jgit High Product pom artifactid eclipse.jgit Highest Product pom groupid org.eclipse.jgit Highest Product pom name JGit - Core High Product pom parent-artifactid org.eclipse.jgit-parent Medium Version gradle version 6.6.1.202309021850-r Highest Version Manifest Bundle-Version 6.6.1.202309021850-r High Version Manifest Implementation-Version 6.6.1.202309021850-r High Version pom version 6.6.1.202309021850-r Highest
org.eclipse.jgit.http.apache-6.6.1.202309021850-r.jarDescription:
Apache httpclient based HTTP support
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.eclipse.jgit/org.eclipse.jgit.http.apache/6.6.1.202309021850-r/73230965ceee4d9382021ba37d99e4720b1998ba/org.eclipse.jgit.http.apache-6.6.1.202309021850-r.jarMD5: c9b7ceabcfc3cfca14709667dd8ec121SHA1: 73230965ceee4d9382021ba37d99e4720b1998baSHA256: bfc418b5884221dd21856b9757fbbe9ddf945964efb0ef535d00bf67b1d413a8Referenced In Projects/Scopes:
opencdx-config:compileClasspath opencdx-config:runtimeClasspath opencdx-config:productionRuntimeClasspath org.eclipse.jgit.http.apache-6.6.1.202309021850-r.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name org.eclipse.jgit.http.apache High Vendor gradle artifactid org.eclipse.jgit.http.apache Highest Vendor gradle groupid org.eclipse.jgit Highest Vendor jar package name eclipse Highest Vendor jar package name http Highest Vendor jar package name jgit Highest Vendor Manifest automatic-module-name org.eclipse.jgit.http.apache Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest bundle-activationpolicy lazy Low Vendor Manifest bundle-localization plugin Low Vendor Manifest bundle-requiredexecutionenvironment JavaSE-11 Low Vendor Manifest bundle-symbolicname org.eclipse.jgit.http.apache Medium Vendor Manifest Implementation-Vendor Eclipse.org - JGit High Vendor Manifest Implementation-Vendor-Id org.eclipse.jgit Medium Vendor Manifest implementation-vendor-url https://www.eclipse.org/jgit/ Medium Vendor pom artifactid eclipse.jgit.http.apache Low Vendor pom groupid org.eclipse.jgit Highest Vendor pom name JGit - Apache httpclient based HTTP support High Vendor pom parent-artifactid org.eclipse.jgit-parent Low Product file name org.eclipse.jgit.http.apache High Product gradle artifactid org.eclipse.jgit.http.apache Highest Product jar package name eclipse Highest Product jar package name http Highest Product jar package name jgit Highest Product Manifest automatic-module-name org.eclipse.jgit.http.apache Medium Product Manifest build-jdk-spec 17 Low Product Manifest bundle-activationpolicy lazy Low Product Manifest bundle-localization plugin Low Product Manifest Bundle-Name %Bundle-Name Medium Product Manifest bundle-requiredexecutionenvironment JavaSE-11 Low Product Manifest bundle-symbolicname org.eclipse.jgit.http.apache Medium Product Manifest Implementation-Title JGit org.eclipse.jgit.http.apache High Product pom artifactid eclipse.jgit.http.apache Highest Product pom groupid org.eclipse.jgit Highest Product pom name JGit - Apache httpclient based HTTP support High Product pom parent-artifactid org.eclipse.jgit-parent Medium Version gradle version 6.6.1.202309021850-r Highest Version Manifest Bundle-Version 6.6.1.202309021850-r High Version Manifest Implementation-Version 6.6.1.202309021850-r High Version pom version 6.6.1.202309021850-r Highest
org.eclipse.jgit.ssh.apache-6.6.1.202309021850-r.jarDescription:
SSH support for JGit based on Apache MINA sshd
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.eclipse.jgit/org.eclipse.jgit.ssh.apache/6.6.1.202309021850-r/aa61672a3f29e459325d1f375a5b0be2c8dbcf0c/org.eclipse.jgit.ssh.apache-6.6.1.202309021850-r.jarMD5: 158f70f23d7afc97fa73326bb9597c7bSHA1: aa61672a3f29e459325d1f375a5b0be2c8dbcf0cSHA256: cc379265edb2b74850156c16fefd7990281bf47e33fe7665e838f8b5fdb94755Referenced In Projects/Scopes:
opencdx-config:compileClasspath opencdx-config:runtimeClasspath opencdx-config:productionRuntimeClasspath org.eclipse.jgit.ssh.apache-6.6.1.202309021850-r.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name org.eclipse.jgit.ssh.apache High Vendor gradle artifactid org.eclipse.jgit.ssh.apache Highest Vendor gradle groupid org.eclipse.jgit Highest Vendor jar package name eclipse Highest Vendor jar package name jgit Highest Vendor jar package name sshd Highest Vendor Manifest automatic-module-name org.eclipse.jgit.ssh.apache Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest bundle-activationpolicy lazy Low Vendor Manifest bundle-localization plugin Low Vendor Manifest bundle-requiredexecutionenvironment JavaSE-11 Low Vendor Manifest bundle-symbolicname org.eclipse.jgit.ssh.apache Medium Vendor Manifest Implementation-Vendor Eclipse.org - JGit High Vendor Manifest Implementation-Vendor-Id org.eclipse.jgit Medium Vendor Manifest implementation-vendor-url https://www.eclipse.org/jgit/ Medium Vendor pom artifactid eclipse.jgit.ssh.apache Low Vendor pom groupid org.eclipse.jgit Highest Vendor pom name JGit - Apache sshd-based SSH support High Vendor pom parent-artifactid org.eclipse.jgit-parent Low Product file name org.eclipse.jgit.ssh.apache High Product gradle artifactid org.eclipse.jgit.ssh.apache Highest Product jar package name eclipse Highest Product jar package name jgit Highest Product jar package name sshd Highest Product Manifest automatic-module-name org.eclipse.jgit.ssh.apache Medium Product Manifest build-jdk-spec 17 Low Product Manifest bundle-activationpolicy lazy Low Product Manifest bundle-localization plugin Low Product Manifest Bundle-Name %Bundle-Name Medium Product Manifest bundle-requiredexecutionenvironment JavaSE-11 Low Product Manifest bundle-symbolicname org.eclipse.jgit.ssh.apache Medium Product Manifest Implementation-Title JGit org.eclipse.jgit.ssh.apache High Product pom artifactid eclipse.jgit.ssh.apache Highest Product pom groupid org.eclipse.jgit Highest Product pom name JGit - Apache sshd-based SSH support High Product pom parent-artifactid org.eclipse.jgit-parent Medium Version gradle version 6.6.1.202309021850-r Highest Version Manifest Bundle-Version 6.6.1.202309021850-r High Version Manifest Implementation-Version 6.6.1.202309021850-r High Version pom version 6.6.1.202309021850-r Highest
org.hl7.fhir.r4-6.0.22.2.jarDescription:
An open-source implementation of the FHIR specification in Java. License:
https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/ca.uhn.hapi.fhir/org.hl7.fhir.r4/6.0.22.2/640b1d3cf9f8b71f2ad0b00e80ea672da7e9f4dc/org.hl7.fhir.r4-6.0.22.2.jar
MD5: 13c47f2ee8a094b86f78a9ed9b789839
SHA1: 640b1d3cf9f8b71f2ad0b00e80ea672da7e9f4dc
SHA256: 946fba90b1473085c89915fcf840a81bf9ac4e3b6cc5bccc29c60c508b79ddf8
Referenced In Projects/Scopes: opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-connected-test:productionRuntimeClasspath org.hl7.fhir.r4-6.0.22.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 Evidence Type Source Name Value Confidence Vendor file name org.hl7.fhir.r4 High Vendor gradle artifactid org.hl7.fhir.r4 Highest Vendor gradle groupid ca.uhn.hapi.fhir Highest Vendor jar package name fhir Highest Vendor jar package name hl7 Highest Vendor jar package name r4 Highest Vendor Manifest bundle-docurl http://hl7.org Low Vendor Manifest bundle-symbolicname ca.uhn.hapi.fhir.org.hl7.fhir.r4 Medium Vendor pom artifactid hl7.fhir.r4 Low Vendor pom groupid ca.uhn.hapi.fhir Highest Vendor pom parent-artifactid org.hl7.fhir.core Low Product file name org.hl7.fhir.r4 High Product gradle artifactid org.hl7.fhir.r4 Highest Product jar package name fhir Highest Product jar package name hl7 Highest Product jar package name r4 Highest Product Manifest bundle-docurl http://hl7.org Low Product Manifest Bundle-Name org.hl7.fhir.r4 Medium Product Manifest bundle-symbolicname ca.uhn.hapi.fhir.org.hl7.fhir.r4 Medium Product pom artifactid hl7.fhir.r4 Highest Product pom groupid ca.uhn.hapi.fhir Highest Product pom parent-artifactid org.hl7.fhir.core Medium Version file version 6.0.22.2 High Version gradle version 6.0.22.2 Highest Version Manifest Bundle-Version 6.0.22.2 High Version pom version 6.0.22.2 Highest
org.hl7.fhir.utilities-6.0.22.2.jarDescription:
An open-source implementation of the FHIR specification in Java. License:
https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/ca.uhn.hapi.fhir/org.hl7.fhir.utilities/6.0.22.2/ecce392d57f9f914e4d2c52e9e75cb71d56d1001/org.hl7.fhir.utilities-6.0.22.2.jar
MD5: 9bfe51c411cc16574e4b5743c575c029
SHA1: ecce392d57f9f914e4d2c52e9e75cb71d56d1001
SHA256: 623b4383642bba03d1bc9940ed4b54713ac5d5d0be85e6f3cbca2ee8ee68f4b7
Referenced In Projects/Scopes: opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-connected-test:productionRuntimeClasspath org.hl7.fhir.utilities-6.0.22.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 pkg:maven/ca.uhn.hapi.fhir/hapi-fhir-structures-r4@6.8.5 Evidence Type Source Name Value Confidence Vendor file name org.hl7.fhir.utilities High Vendor gradle artifactid org.hl7.fhir.utilities Highest Vendor gradle groupid ca.uhn.hapi.fhir Highest Vendor jar package name fhir Highest Vendor jar package name hl7 Highest Vendor jar package name utilities Highest Vendor Manifest bundle-docurl http://hl7.org Low Vendor Manifest bundle-symbolicname ca.uhn.hapi.fhir.org.hl7.fhir.utilities Medium Vendor pom artifactid hl7.fhir.utilities Low Vendor pom groupid ca.uhn.hapi.fhir Highest Vendor pom parent-artifactid org.hl7.fhir.core Low Product file name org.hl7.fhir.utilities High Product gradle artifactid org.hl7.fhir.utilities Highest Product jar package name fhir Highest Product jar package name hl7 Highest Product jar package name utilities Highest Product Manifest bundle-docurl http://hl7.org Low Product Manifest Bundle-Name org.hl7.fhir.utilities Medium Product Manifest bundle-symbolicname ca.uhn.hapi.fhir.org.hl7.fhir.utilities Medium Product pom artifactid hl7.fhir.utilities Highest Product pom groupid ca.uhn.hapi.fhir Highest Product pom parent-artifactid org.hl7.fhir.core Medium Version file version 6.0.22.2 High Version gradle version 6.0.22.2 Highest Version Manifest Bundle-Version 6.0.22.2 High Version pom version 6.0.22.2 Highest
org.jacoco.agent-0.8.9.jarDescription:
JaCoCo Agent License:
https://www.eclipse.org/legal/epl-2.0/ File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.jacoco/org.jacoco.agent/0.8.9/9af6e948fe6611437a691c4052cc7ff59cfa9a87/org.jacoco.agent-0.8.9.jar
MD5: b09c7ffaede51aeb5f351b32ed942082
SHA1: 9af6e948fe6611437a691c4052cc7ff59cfa9a87
SHA256: c067e29a49063220e75215eff1bc234584ad002e747afdf13a69662be5b0e07d
Referenced In Projects/Scopes: opencdx-iam:jacocoAgent opencdx-helloworld:jacocoAnt opencdx-audit:jacocoAgent opencdx-audit:jacocoAnt opencdx-connected-test:jacocoAgent opencdx-gateway:jacocoAgent opencdx-gateway:jacocoAnt opencdx-admin:jacocoAgent opencdx-helloworld:jacocoAgent opencdx-tinkar:jacocoAgent opencdx-protector:jacocoAnt opencdx-questionnaire:jacocoAnt opencdx-iam:jacocoAnt opencdx-proto:jacocoAnt opencdx-tinkar:jacocoAnt opencdx-config:jacocoAnt opencdx-media:jacocoAgent opencdx-predictor:jacocoAnt opencdx-proto:jacocoAgent opencdx-classification:jacocoAgent opencdx-predictor:jacocoAgent opencdx-routine:jacocoAgent opencdx-connected-test:jacocoAnt opencdx-questionnaire:jacocoAgent OpenCDX:jacocoAnt opencdx-discovery:jacocoAgent opencdx-anf:jacocoAnt opencdx-config:jacocoAgent opencdx-protector:jacocoAgent opencdx-routine:jacocoAnt OpenCDX:jacocoAgent opencdx-discovery:jacocoAnt opencdx-client:jacocoAgent opencdx-admin:jacocoAnt opencdx-media:jacocoAnt opencdx-anf:jacocoAgent opencdx-client:jacocoAnt opencdx-communications:jacocoAnt opencdx-classification:jacocoAnt opencdx-commons:jacocoAnt opencdx-communications:jacocoAgent opencdx-commons:jacocoAgent org.jacoco.agent-0.8.9.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/OpenCDX@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name org.jacoco.agent High Vendor gradle artifactid org.jacoco.agent Highest Vendor gradle groupid org.jacoco Highest Vendor jar package name agent Highest Vendor jar package name jacoco Highest Vendor Manifest automatic-module-name org.jacoco.agent Medium Vendor Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Vendor Manifest bundle-symbolicname org.jacoco.agent Medium Vendor Manifest originally-created-by Apache Maven Bundle Plugin Low Vendor pom artifactid jacoco.agent Low Vendor pom groupid org.jacoco Highest Vendor pom name JaCoCo :: Agent High Vendor pom parent-artifactid org.jacoco.build Low Product file name org.jacoco.agent High Product gradle artifactid org.jacoco.agent Highest Product jar package name agent Highest Product jar package name jacoco Highest Product Manifest automatic-module-name org.jacoco.agent Medium Product Manifest Bundle-Name JaCoCo Agent Medium Product Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Product Manifest bundle-symbolicname org.jacoco.agent Medium Product Manifest originally-created-by Apache Maven Bundle Plugin Low Product pom artifactid jacoco.agent Highest Product pom groupid org.jacoco Highest Product pom name JaCoCo :: Agent High Product pom parent-artifactid org.jacoco.build Medium Version file version 0.8.9 High Version gradle version 0.8.9 Highest Version pom version 0.8.9 Highest
org.jacoco.agent-0.8.9.jar: jacocoagent.jar (shaded: org.jacoco:org.jacoco.agent.rt:0.8.9)Description:
JaCoCo Java Agent File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.jacoco/org.jacoco.agent/0.8.9/9af6e948fe6611437a691c4052cc7ff59cfa9a87/org.jacoco.agent-0.8.9.jar/jacocoagent.jar/META-INF/maven/org.jacoco/org.jacoco.agent.rt/pom.xmlMD5: 06f8be91bf1dee590f62342c16f4cb5eSHA1: b76c6513056458a597ff2fee17812306d1517b1dSHA256: d1e4d1e96612c192aa62af1e4fb053720b74b890d38b5cec03bc4a0fa62b58b2Referenced In Projects/Scopes:
opencdx-iam:jacocoAgent opencdx-helloworld:jacocoAnt opencdx-audit:jacocoAgent opencdx-audit:jacocoAnt opencdx-connected-test:jacocoAgent opencdx-gateway:jacocoAgent opencdx-gateway:jacocoAnt opencdx-admin:jacocoAgent opencdx-helloworld:jacocoAgent opencdx-tinkar:jacocoAgent opencdx-protector:jacocoAnt opencdx-questionnaire:jacocoAnt opencdx-iam:jacocoAnt opencdx-proto:jacocoAnt opencdx-tinkar:jacocoAnt opencdx-config:jacocoAnt opencdx-media:jacocoAgent opencdx-predictor:jacocoAnt opencdx-proto:jacocoAgent opencdx-classification:jacocoAgent opencdx-predictor:jacocoAgent opencdx-routine:jacocoAgent opencdx-connected-test:jacocoAnt opencdx-questionnaire:jacocoAgent OpenCDX:jacocoAnt opencdx-discovery:jacocoAgent opencdx-anf:jacocoAnt opencdx-config:jacocoAgent opencdx-protector:jacocoAgent opencdx-routine:jacocoAnt OpenCDX:jacocoAgent opencdx-discovery:jacocoAnt opencdx-client:jacocoAgent opencdx-admin:jacocoAnt opencdx-media:jacocoAnt opencdx-anf:jacocoAgent opencdx-client:jacocoAnt opencdx-communications:jacocoAnt opencdx-classification:jacocoAnt opencdx-commons:jacocoAnt opencdx-communications:jacocoAgent opencdx-commons:jacocoAgent Evidence Type Source Name Value Confidence Vendor pom artifactid jacoco.agent.rt Low Vendor pom groupid org.jacoco Highest Vendor pom name JaCoCo :: Agent RT High Vendor pom parent-artifactid org.jacoco.build Low Product pom artifactid jacoco.agent.rt Highest Product pom groupid org.jacoco Highest Product pom name JaCoCo :: Agent RT High Product pom parent-artifactid org.jacoco.build Medium Version pom version 0.8.9 Highest
org.jacoco.agent-0.8.9.jar: jacocoagent.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.jacoco/org.jacoco.agent/0.8.9/9af6e948fe6611437a691c4052cc7ff59cfa9a87/org.jacoco.agent-0.8.9.jar/jacocoagent.jarMD5: e852c5e07bc13ffdc6a68303799f80adSHA1: ad836d1c585c7e1dbf5cf828efa34528d9700303SHA256: 191734a0b7ef97606e6a09ae584c4acab47eb30fcb4c555d3d440d4e0d71d73dReferenced In Projects/Scopes:
opencdx-iam:jacocoAgent opencdx-helloworld:jacocoAnt opencdx-audit:jacocoAgent opencdx-audit:jacocoAnt opencdx-connected-test:jacocoAgent opencdx-gateway:jacocoAgent opencdx-gateway:jacocoAnt opencdx-admin:jacocoAgent opencdx-helloworld:jacocoAgent opencdx-tinkar:jacocoAgent opencdx-protector:jacocoAnt opencdx-questionnaire:jacocoAnt opencdx-iam:jacocoAnt opencdx-proto:jacocoAnt opencdx-tinkar:jacocoAnt opencdx-config:jacocoAnt opencdx-media:jacocoAgent opencdx-predictor:jacocoAnt opencdx-proto:jacocoAgent opencdx-classification:jacocoAgent opencdx-predictor:jacocoAgent opencdx-routine:jacocoAgent opencdx-connected-test:jacocoAnt opencdx-questionnaire:jacocoAgent OpenCDX:jacocoAnt opencdx-discovery:jacocoAgent opencdx-anf:jacocoAnt opencdx-config:jacocoAgent opencdx-protector:jacocoAgent opencdx-routine:jacocoAnt OpenCDX:jacocoAgent opencdx-discovery:jacocoAnt opencdx-client:jacocoAgent opencdx-admin:jacocoAnt opencdx-media:jacocoAnt opencdx-anf:jacocoAgent opencdx-client:jacocoAnt opencdx-communications:jacocoAnt opencdx-classification:jacocoAnt opencdx-commons:jacocoAnt opencdx-communications:jacocoAgent opencdx-commons:jacocoAgent Evidence Type Source Name Value Confidence Vendor file name jacocoagent High Vendor jar package name agent Highest Vendor jar package name agent Low Vendor jar package name jacoco Highest Vendor jar package name jacoco Low Vendor jar package name rt Highest Vendor jar package name rt Low Vendor Manifest automatic-module-name org.jacoco.agent.rt Medium Vendor Manifest Implementation-Vendor Mountainminds GmbH & Co. KG High Product file name jacocoagent High Product jar package name agent Highest Product jar package name agent Low Product jar package name internal_4481564 Low Product jar package name jacoco Highest Product jar package name rt Highest Product jar package name rt Low Product Manifest automatic-module-name org.jacoco.agent.rt Medium Product Manifest Implementation-Title JaCoCo Java Agent High Version Manifest Implementation-Version 0.8.9 High
org.jacoco.ant-0.8.9.jarDescription:
JaCoCo Ant Tasks License:
https://www.eclipse.org/legal/epl-2.0/ File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.jacoco/org.jacoco.ant/0.8.9/4b48634d95f05a435a4ad10d1c4d71d07bbf95a1/org.jacoco.ant-0.8.9.jar
MD5: d1fb6d2b6dda5d08ccb585310824e16a
SHA1: 4b48634d95f05a435a4ad10d1c4d71d07bbf95a1
SHA256: 5695ecd24f04c421b12a74f4b44042857b16eed0bc049ff38dd6dc40abca7bef
Referenced In Projects/Scopes: opencdx-helloworld:jacocoAnt opencdx-routine:jacocoAnt opencdx-audit:jacocoAnt opencdx-discovery:jacocoAnt opencdx-gateway:jacocoAnt opencdx-admin:jacocoAnt opencdx-media:jacocoAnt opencdx-protector:jacocoAnt opencdx-questionnaire:jacocoAnt opencdx-iam:jacocoAnt opencdx-proto:jacocoAnt opencdx-tinkar:jacocoAnt opencdx-config:jacocoAnt opencdx-predictor:jacocoAnt opencdx-client:jacocoAnt opencdx-communications:jacocoAnt opencdx-connected-test:jacocoAnt OpenCDX:jacocoAnt opencdx-classification:jacocoAnt opencdx-commons:jacocoAnt opencdx-anf:jacocoAnt org.jacoco.ant-0.8.9.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/OpenCDX@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name org.jacoco.ant High Vendor gradle artifactid org.jacoco.ant Highest Vendor gradle groupid org.jacoco Highest Vendor jar package name ant Highest Vendor jar package name jacoco Highest Vendor Manifest automatic-module-name org.jacoco.ant Medium Vendor Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Vendor Manifest bundle-symbolicname org.jacoco.ant Medium Vendor Manifest require-bundle org.apache.ant;bundle-version="[1.7.0,2.0.0)" Low Vendor pom artifactid jacoco.ant Low Vendor pom groupid org.jacoco Highest Vendor pom name JaCoCo :: Ant High Vendor pom parent-artifactid org.jacoco.build Low Product file name org.jacoco.ant High Product gradle artifactid org.jacoco.ant Highest Product jar package name ant Highest Product jar package name jacoco Highest Product Manifest automatic-module-name org.jacoco.ant Medium Product Manifest Bundle-Name JaCoCo Ant Tasks Medium Product Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Product Manifest bundle-symbolicname org.jacoco.ant Medium Product Manifest require-bundle org.apache.ant;bundle-version="[1.7.0,2.0.0)" Low Product pom artifactid jacoco.ant Highest Product pom groupid org.jacoco Highest Product pom name JaCoCo :: Ant High Product pom parent-artifactid org.jacoco.build Medium Version file version 0.8.9 High Version gradle version 0.8.9 Highest Version pom version 0.8.9 Highest
org.jacoco.core-0.8.9.jarDescription:
JaCoCo Core License:
https://www.eclipse.org/legal/epl-2.0/ File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.jacoco/org.jacoco.core/0.8.9/60b6ad6c57a4822b571bec969ebe7182b7b43397/org.jacoco.core-0.8.9.jar
MD5: 2cdb1eae0b33f537d72bc39b0f3ae43a
SHA1: 60b6ad6c57a4822b571bec969ebe7182b7b43397
SHA256: a33e041dd97530ea57d6dde0e2635ea51680827d2dc0de372d3ccc45b51e68c7
Referenced In Projects/Scopes: opencdx-helloworld:jacocoAnt opencdx-routine:jacocoAnt opencdx-audit:jacocoAnt opencdx-discovery:jacocoAnt opencdx-gateway:jacocoAnt opencdx-admin:jacocoAnt opencdx-media:jacocoAnt opencdx-protector:jacocoAnt opencdx-questionnaire:jacocoAnt opencdx-iam:jacocoAnt opencdx-proto:jacocoAnt opencdx-tinkar:jacocoAnt opencdx-config:jacocoAnt opencdx-predictor:jacocoAnt opencdx-client:jacocoAnt opencdx-communications:jacocoAnt opencdx-connected-test:jacocoAnt OpenCDX:jacocoAnt opencdx-classification:jacocoAnt opencdx-commons:jacocoAnt opencdx-anf:jacocoAnt org.jacoco.core-0.8.9.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 Evidence Type Source Name Value Confidence Vendor file name org.jacoco.core High Vendor gradle artifactid org.jacoco.core Highest Vendor gradle groupid org.jacoco Highest Vendor jar package name core Highest Vendor jar package name jacoco Highest Vendor Manifest automatic-module-name org.jacoco.core Medium Vendor Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Vendor Manifest bundle-symbolicname org.jacoco.core Medium Vendor Manifest originally-created-by Apache Maven Bundle Plugin Low Vendor pom artifactid jacoco.core Low Vendor pom groupid org.jacoco Highest Vendor pom name JaCoCo :: Core High Vendor pom parent-artifactid org.jacoco.build Low Product file name org.jacoco.core High Product gradle artifactid org.jacoco.core Highest Product jar package name core Highest Product jar package name jacoco Highest Product Manifest automatic-module-name org.jacoco.core Medium Product Manifest Bundle-Name JaCoCo Core Medium Product Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Product Manifest bundle-symbolicname org.jacoco.core Medium Product Manifest originally-created-by Apache Maven Bundle Plugin Low Product pom artifactid jacoco.core Highest Product pom groupid org.jacoco Highest Product pom name JaCoCo :: Core High Product pom parent-artifactid org.jacoco.build Medium Version file version 0.8.9 High Version gradle version 0.8.9 Highest Version pom version 0.8.9 Highest
org.jacoco.report-0.8.9.jarDescription:
JaCoCo Report License:
https://www.eclipse.org/legal/epl-2.0/ File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.jacoco/org.jacoco.report/0.8.9/1d06d0cc1d25d32d519486b527f57c943cf87dca/org.jacoco.report-0.8.9.jar
MD5: 1c1b753d6cdde063e931f53ba147ed99
SHA1: 1d06d0cc1d25d32d519486b527f57c943cf87dca
SHA256: 0d36b87cdea59f98c8cf26367003b4735d5c3187411d4649ddfefdeed387b63e
Referenced In Projects/Scopes: opencdx-helloworld:jacocoAnt opencdx-routine:jacocoAnt opencdx-audit:jacocoAnt opencdx-discovery:jacocoAnt opencdx-gateway:jacocoAnt opencdx-admin:jacocoAnt opencdx-media:jacocoAnt opencdx-protector:jacocoAnt opencdx-questionnaire:jacocoAnt opencdx-iam:jacocoAnt opencdx-proto:jacocoAnt opencdx-tinkar:jacocoAnt opencdx-config:jacocoAnt opencdx-predictor:jacocoAnt opencdx-client:jacocoAnt opencdx-communications:jacocoAnt opencdx-connected-test:jacocoAnt OpenCDX:jacocoAnt opencdx-classification:jacocoAnt opencdx-commons:jacocoAnt opencdx-anf:jacocoAnt org.jacoco.report-0.8.9.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 pkg:maven/org.jacoco/org.jacoco.ant@0.8.9 Evidence Type Source Name Value Confidence Vendor file name org.jacoco.report High Vendor gradle artifactid org.jacoco.report Highest Vendor gradle groupid org.jacoco Highest Vendor jar package name jacoco Highest Vendor jar package name report Highest Vendor Manifest automatic-module-name org.jacoco.report Medium Vendor Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Vendor Manifest bundle-symbolicname org.jacoco.report Medium Vendor Manifest originally-created-by Apache Maven Bundle Plugin Low Vendor pom artifactid jacoco.report Low Vendor pom groupid org.jacoco Highest Vendor pom name JaCoCo :: Report High Vendor pom parent-artifactid org.jacoco.build Low Product file name org.jacoco.report High Product gradle artifactid org.jacoco.report Highest Product jar package name jacoco Highest Product jar package name report Highest Product Manifest automatic-module-name org.jacoco.report Medium Product Manifest Bundle-Name JaCoCo Report Medium Product Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low Product Manifest bundle-symbolicname org.jacoco.report Medium Product Manifest originally-created-by Apache Maven Bundle Plugin Low Product pom artifactid jacoco.report Highest Product pom groupid org.jacoco Highest Product pom name JaCoCo :: Report High Product pom parent-artifactid org.jacoco.build Medium Version file version 0.8.9 High Version gradle version 0.8.9 Highest Version pom version 0.8.9 Highest
org.jacoco.report-0.8.9.jar: prettify.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.jacoco/org.jacoco.report/0.8.9/1d06d0cc1d25d32d519486b527f57c943cf87dca/org.jacoco.report-0.8.9.jar/org/jacoco/report/internal/html/resources/prettify.jsMD5: 4b337aaa3c606cfc1a6ff1986db2c8cbSHA1: 290093755739da933c180ae7e7ebf283724dad1dSHA256: 743c6c4cab9499cd0bfe18a5a62281eccce843f47ec75eedb32eeb29c755aa68Referenced In Projects/Scopes:
opencdx-helloworld:jacocoAnt opencdx-routine:jacocoAnt opencdx-audit:jacocoAnt opencdx-discovery:jacocoAnt opencdx-gateway:jacocoAnt opencdx-admin:jacocoAnt opencdx-media:jacocoAnt opencdx-protector:jacocoAnt opencdx-questionnaire:jacocoAnt opencdx-iam:jacocoAnt opencdx-proto:jacocoAnt opencdx-tinkar:jacocoAnt opencdx-config:jacocoAnt opencdx-predictor:jacocoAnt opencdx-client:jacocoAnt opencdx-communications:jacocoAnt opencdx-connected-test:jacocoAnt OpenCDX:jacocoAnt opencdx-classification:jacocoAnt opencdx-commons:jacocoAnt opencdx-anf:jacocoAnt Evidence Type Source Name Value Confidence
org.jacoco.report-0.8.9.jar: sort.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.jacoco/org.jacoco.report/0.8.9/1d06d0cc1d25d32d519486b527f57c943cf87dca/org.jacoco.report-0.8.9.jar/org/jacoco/report/internal/html/resources/sort.jsMD5: d101d06d26e7deaf2b224e0d2137509aSHA1: 2c715325b546adf5beff3d624ce002a7256e3efeSHA256: 7ff293dabc89d68e33d5611f2de0dbbbcfed7e0177726fab5f9dcc0b91f593afReferenced In Projects/Scopes:
opencdx-helloworld:jacocoAnt opencdx-routine:jacocoAnt opencdx-audit:jacocoAnt opencdx-discovery:jacocoAnt opencdx-gateway:jacocoAnt opencdx-admin:jacocoAnt opencdx-media:jacocoAnt opencdx-protector:jacocoAnt opencdx-questionnaire:jacocoAnt opencdx-iam:jacocoAnt opencdx-proto:jacocoAnt opencdx-tinkar:jacocoAnt opencdx-config:jacocoAnt opencdx-predictor:jacocoAnt opencdx-client:jacocoAnt opencdx-communications:jacocoAnt opencdx-connected-test:jacocoAnt OpenCDX:jacocoAnt opencdx-classification:jacocoAnt opencdx-commons:jacocoAnt opencdx-anf:jacocoAnt Evidence Type Source Name Value Confidence
osgi-resource-locator-1.0.3.jarDescription:
Used by various API providers that rely on META-INF/services mechanism to locate providers. License:
EPL 2.0: http://www.eclipse.org/legal/epl-2.0
GPL2 w/ CPE: https://www.gnu.org/software/classpath/license.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.hk2/osgi-resource-locator/1.0.3/de3b21279df7e755e38275137539be5e2c80dd58/osgi-resource-locator-1.0.3.jar
MD5: e7e82b82118c5387ae45f7bf3892909b
SHA1: de3b21279df7e755e38275137539be5e2c80dd58
SHA256: aab5d7849f7cfcda2cc7c541ba1bd365151d42276f151c825387245dfde3dd74
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath osgi-resource-locator-1.0.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name osgi-resource-locator High Vendor gradle artifactid osgi-resource-locator Highest Vendor gradle groupid org.glassfish.hk2 Highest Vendor jar package name glassfish Highest Vendor jar package name hk2 Highest Vendor Manifest bundle-activationpolicy lazy Low Vendor Manifest bundle-docurl https://www.eclipse.org Low Vendor Manifest bundle-symbolicname org.glassfish.hk2.osgi-resource-locator Medium Vendor pom artifactid osgi-resource-locator Low Vendor pom developer id ss141213 Medium Vendor pom developer name Sahoo Medium Vendor pom developer org Oracle Corporation Medium Vendor pom groupid org.glassfish.hk2 Highest Vendor pom name OSGi resource locator High Vendor pom parent-artifactid project Low Vendor pom parent-groupid org.eclipse.ee4j Medium Product file name osgi-resource-locator High Product gradle artifactid osgi-resource-locator Highest Product jar package name glassfish Highest Product jar package name hk2 Highest Product Manifest bundle-activationpolicy lazy Low Product Manifest bundle-docurl https://www.eclipse.org Low Product Manifest Bundle-Name OSGi resource locator Medium Product Manifest bundle-symbolicname org.glassfish.hk2.osgi-resource-locator Medium Product pom artifactid osgi-resource-locator Highest Product pom developer id ss141213 Low Product pom developer name Sahoo Low Product pom developer org Oracle Corporation Low Product pom groupid org.glassfish.hk2 Highest Product pom name OSGi resource locator High Product pom parent-artifactid project Medium Product pom parent-groupid org.eclipse.ee4j Medium Version file version 1.0.3 High Version gradle version 1.0.3 Highest Version Manifest Bundle-Version 1.0.3 High Version pom parent-version 1.0.3 Low Version pom version 1.0.3 Highest
owasp-java-html-sanitizer-20220608.1.jarDescription:
Takes third-party HTML and produces HTML that is safe to embed in
your web application.
Fast and easy to configure.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer/20220608.1/35113149eac392d2bdb1529ddcd5e1e94bdc235a/owasp-java-html-sanitizer-20220608.1.jar
MD5: 2313db129cd6f2a0b0ab8a89a582cef0
SHA1: 35113149eac392d2bdb1529ddcd5e1e94bdc235a
SHA256: 8b90845e05f7d6bbed8cfaa0cc2a239a053a7375e62b1052f4e9060ad42bc168
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath owasp-java-html-sanitizer-20220608.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name owasp-java-html-sanitizer High Vendor gradle artifactid owasp-java-html-sanitizer Highest Vendor gradle groupid com.googlecode.owasp-java-html-sanitizer Highest Vendor jar package name html Highest Vendor jar package name owasp Highest Vendor Manifest bundle-docurl https://owasp.org Low Vendor Manifest bundle-symbolicname com.googlecode.owasp-java-html-sanitizer Medium Vendor pom artifactid owasp-java-html-sanitizer Low Vendor pom groupid com.googlecode.owasp-java-html-sanitizer Highest Vendor pom name OWASP Java HTML Sanitizer High Vendor pom parent-artifactid parent Low Product file name owasp-java-html-sanitizer High Product gradle artifactid owasp-java-html-sanitizer Highest Product jar package name html Highest Product jar package name owasp Highest Product Manifest bundle-docurl https://owasp.org Low Product Manifest Bundle-Name OWASP Java HTML Sanitizer Medium Product Manifest bundle-symbolicname com.googlecode.owasp-java-html-sanitizer Medium Product pom artifactid owasp-java-html-sanitizer Highest Product pom groupid com.googlecode.owasp-java-html-sanitizer Highest Product pom name OWASP Java HTML Sanitizer High Product pom parent-artifactid parent Medium Version file version 20220608.1 High Version gradle version 20220608.1 Highest Version pom version 20220608.1 Highest
package-search-index.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/javadoc/package-search-index.jsMD5: 56f215f679ed2c2ebcb2f88e207342f8SHA1: 07d01923e51e268de05df9c73726e343c2ea31b6SHA256: 3fee111fb796324c8ebc1689beea7e7118e2ff3f0d5a0bb43514aed6e3bc9383Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
palantir-java-format-2.38.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.palantir.javaformat/palantir-java-format/2.38.0/26fb748e97e0fe4f53b233fe97fdd5bea75942ce/palantir-java-format-2.38.0.jarMD5: 8f44568cdacd575eaf1953fc53d20b36SHA1: 26fb748e97e0fe4f53b233fe97fdd5bea75942ceSHA256: ac588bf23ad06515edf26cc4f33fc651288b8eedd3b2f5405c3e916a51357133Referenced In Projects/Scopes:
opencdx-iam:spotless-511629411 opencdx-admin:spotless-511629411 opencdx-audit:spotless-511629411 opencdx-communications:spotless-511629411 OpenCDX:spotless-511629411 opencdx-gateway:spotless-511629411 opencdx-protector:spotless-511629411 opencdx-tinkar:spotless-511629411 opencdx-commons:spotless-511629411 opencdx-connected-test:spotless-511629411 opencdx-client:spotless-511629411 opencdx-questionnaire:spotless-511629411 opencdx-config:spotless-511629411 opencdx-predictor:spotless-511629411 opencdx-discovery:spotless-511629411 opencdx-media:spotless-511629411 opencdx-proto:spotless-511629411 opencdx-anf:spotless-511629411 opencdx-helloworld:spotless-511629411 opencdx-routine:spotless-511629411 opencdx-classification:spotless-511629411 palantir-java-format-2.38.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/OpenCDX@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name palantir-java-format High Vendor gradle artifactid palantir-java-format Highest Vendor gradle groupid com.palantir.javaformat Highest Vendor jar package name javaformat Low Vendor jar package name palantir Low Vendor Manifest add-exports jdk.compiler/com.sun.tools.javac.file jdk.compiler/com.sun.tools.javac.main jdk.compiler/com.sun.tools.javac.parser jdk.compiler/com.sun.tools.javac.tree jdk.compiler/com.sun.tools.javac.util jdk.compiler/com.sun.tools.javac.code jdk.compiler/com.sun.tools.javac.api Low Product file name palantir-java-format High Product gradle artifactid palantir-java-format Highest Product jar package name javaformat Low Product jar package name main Highest Product Manifest add-exports jdk.compiler/com.sun.tools.javac.file jdk.compiler/com.sun.tools.javac.main jdk.compiler/com.sun.tools.javac.parser jdk.compiler/com.sun.tools.javac.tree jdk.compiler/com.sun.tools.javac.util jdk.compiler/com.sun.tools.javac.code jdk.compiler/com.sun.tools.javac.api Low Version file version 2.38.0 High Version Manifest Implementation-Version 2.38.0 High
palantir-java-format-spi-2.38.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.palantir.javaformat/palantir-java-format-spi/2.38.0/f32d7135d7ea80624354bae837004185f1be78a2/palantir-java-format-spi-2.38.0.jarMD5: 9fcc7bf47eac11964c5fa90a588ecbcdSHA1: f32d7135d7ea80624354bae837004185f1be78a2SHA256: 2829c35a111d8f25b8d51c67de7c18188d42fdd49650f6e4a36d8e454cd296dbReferenced In Projects/Scopes:
opencdx-iam:spotless-511629411 opencdx-admin:spotless-511629411 opencdx-audit:spotless-511629411 opencdx-communications:spotless-511629411 OpenCDX:spotless-511629411 opencdx-gateway:spotless-511629411 opencdx-protector:spotless-511629411 opencdx-tinkar:spotless-511629411 opencdx-commons:spotless-511629411 opencdx-connected-test:spotless-511629411 opencdx-client:spotless-511629411 opencdx-questionnaire:spotless-511629411 opencdx-config:spotless-511629411 opencdx-predictor:spotless-511629411 opencdx-discovery:spotless-511629411 opencdx-media:spotless-511629411 opencdx-proto:spotless-511629411 opencdx-anf:spotless-511629411 opencdx-helloworld:spotless-511629411 opencdx-routine:spotless-511629411 opencdx-classification:spotless-511629411 palantir-java-format-spi-2.38.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 pkg:maven/com.palantir.javaformat/palantir-java-format@2.38.0 Evidence Type Source Name Value Confidence Vendor file name palantir-java-format-spi High Vendor gradle artifactid palantir-java-format-spi Highest Vendor gradle groupid com.palantir.javaformat Highest Vendor jar package name java Low Vendor jar package name javaformat Low Vendor jar package name palantir Low Product file name palantir-java-format-spi High Product gradle artifactid palantir-java-format-spi Highest Product jar package name java Low Product jar package name javaformat Low Version file version 2.38.0 High Version Manifest Implementation-Version 2.38.0 High
pepper-4.5.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.solven-eu.pepper/pepper/4.5/28877bef609e454919e4ea0d3e9a0e6570a507c8/pepper-4.5.jarMD5: e723c1d1e3c18bc67c7fd86f1158661fSHA1: 28877bef609e454919e4ea0d3e9a0e6570a507c8SHA256: f292f562d9e7f162125ba03e9bfad639b9ab782e3b1b3ebcf3db27db4ddadbc9Referenced In Projects/Scopes:
opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 pepper-4.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name pepper High Vendor gradle artifactid pepper Highest Vendor gradle groupid io.github.solven-eu.pepper Highest Vendor jar package name eu Highest Vendor jar package name io Highest Vendor jar package name pepper Highest Vendor jar package name solven Highest Vendor Manifest build-jdk-spec 11 Low Vendor pom artifactid pepper Low Vendor pom groupid io.github.solven-eu.pepper Highest Vendor pom parent-artifactid aggregator-pepper Low Product file name pepper High Product gradle artifactid pepper Highest Product jar package name eu Highest Product jar package name io Highest Product jar package name pepper Highest Product jar package name solven Highest Product Manifest build-jdk-spec 11 Low Product Manifest Implementation-Title pepper High Product pom artifactid pepper Highest Product pom groupid io.github.solven-eu.pepper Highest Product pom parent-artifactid aggregator-pepper Medium Version file version 4.5 High Version gradle version 4.5 Highest Version Manifest Implementation-Version 4.5 High Version pom version 4.5 Highest
perfmark-api-0.26.0.jar plexus-java-1.1.2.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-java/1.1.2/aa761869ff6c4b7624923a850b05fd9342a931d6/plexus-java-1.1.2.jarMD5: 1c196172a9c28f441b8e3c73639fe1a2SHA1: aa761869ff6c4b7624923a850b05fd9342a931d6SHA256: 83659e0d3fa0eda61dc4e8d78ea5a5fe05b7985f88b8557716c295409e64b7f5Referenced In Projects/Scopes:
opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 plexus-java-1.1.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name plexus-java High Vendor gradle artifactid plexus-java Highest Vendor gradle groupid org.codehaus.plexus Highest Vendor jar package name codehaus Highest Vendor jar package name java Highest Vendor jar package name languages Highest Vendor jar package name org Highest Vendor jar package name plexus Highest Vendor Manifest build-jdk-spec 19 Low Vendor Manifest multi-release true Low Vendor pom artifactid plexus-java Low Vendor pom groupid org.codehaus.plexus Highest Vendor pom name Plexus Languages :: Java High Vendor pom parent-artifactid plexus-languages Low Product file name plexus-java High Product gradle artifactid plexus-java Highest Product jar package name codehaus Highest Product jar package name java Highest Product jar package name languages Highest Product jar package name org Highest Product jar package name plexus Highest Product Manifest build-jdk-spec 19 Low Product Manifest multi-release true Low Product pom artifactid plexus-java Highest Product pom groupid org.codehaus.plexus Highest Product pom name Plexus Languages :: Java High Product pom parent-artifactid plexus-languages Medium Version file version 1.1.2 High Version gradle version 1.1.2 Highest Version pom version 1.1.2 Highest
CVE-2022-4244 suppress
A flaw was found in codeplex-codehaus. A directory traversal attack (also known as path traversal) aims to access files and directories stored outside the intended folder. By manipulating files with "dot-dot-slash (../)" sequences and their variations or by using absolute file paths, it may be possible to access arbitrary files and directories stored on the file system, including application source code, configuration, and other critical system files. CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
CVE-2022-4245 suppress
A flaw was found in codehaus-plexus. The org.codehaus.plexus.util.xml.XmlWriterUtil#writeComment fails to sanitize comments for a --> sequence. This issue means that text contained in the command string could be interpreted as XML and allow for XML injection. CWE-611 Improper Restriction of XML External Entity Reference, CWE-91 XML Injection (aka Blind XPath Injection)
CVSSv3:
Base Score: MEDIUM (4.3) Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:2.8/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
plexus-utils-3.2.0.jarDescription:
A collection of various utility classes to ease working with strings, files, command lines, XML and
more.
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-utils/3.2.0/d69e11d69dfce0c964587ab97b559187b3c27a6f/plexus-utils-3.2.0.jarMD5: 00766f1f57572a8cd54992804733aa0dSHA1: d69e11d69dfce0c964587ab97b559187b3c27a6fSHA256: 0b91029df4c216b8824bd95361f52e260e86ccf93a2619fd88c8f15d23dcb30dReferenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath plexus-utils-3.2.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 Evidence Type Source Name Value Confidence Vendor file name plexus-utils High Vendor gradle artifactid plexus-utils Highest Vendor gradle groupid org.codehaus.plexus Highest Vendor jar package name codehaus Highest Vendor jar package name codehaus Low Vendor jar package name plexus Highest Vendor jar package name plexus Low Vendor jar package name util Low Vendor jar package name xml Highest Vendor pom artifactid plexus-utils Low Vendor pom groupid org.codehaus.plexus Highest Vendor pom name Plexus Common Utilities High Vendor pom parent-artifactid plexus Low Product file name plexus-utils High Product gradle artifactid plexus-utils Highest Product jar package name codehaus Highest Product jar package name plexus Highest Product jar package name plexus Low Product jar package name util Low Product jar package name xml Highest Product pom artifactid plexus-utils Highest Product pom groupid org.codehaus.plexus Highest Product pom name Plexus Common Utilities High Product pom parent-artifactid plexus Medium Version file version 3.2.0 High Version gradle version 3.2.0 Highest Version pom parent-version 3.2.0 Low Version pom version 3.2.0 Highest
proto-google-common-protos-2.17.0.jarDescription:
PROTO library for proto-google-common-protos License:
Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.api.grpc/proto-google-common-protos/2.17.0/7edf1e3aa96dc3861f7a8f24556c714e9c5b292/proto-google-common-protos-2.17.0.jar
MD5: 49c7c59d89db5d3482094f005ba44092
SHA1: 07edf1e3aa96dc3861f7a8f24556c714e9c5b292
SHA256: 4ef1fe0c327fc1521d1d753b0b1c4a875a54bd14ebded3afff0ca395320b6ea9
Referenced In Projects/Scopes: opencdx-routine:compileClasspath opencdx-client:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-audit:compileClasspath opencdx-proto:compileProtoPath opencdx-client:compileClasspath opencdx-client:runtimeClasspath opencdx-media:compileClasspath opencdx-questionnaire:compileClasspath opencdx-helloworld:compileClasspath opencdx-tinkar:compileClasspath opencdx-protector:compileClasspath opencdx-proto:runtimeClasspath opencdx-iam:compileClasspath opencdx-anf:compileClasspath opencdx-proto:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath opencdx-proto:compileClasspath opencdx-communications:compileClasspath proto-google-common-protos-2.17.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name proto-google-common-protos High Vendor gradle artifactid proto-google-common-protos Highest Vendor gradle groupid com.google.api.grpc Highest Vendor jar package name api Highest Vendor jar package name google Highest Vendor Manifest artifactid proto-google-common-protos Low Vendor Manifest build-jdk-spec 11 Low Vendor Manifest Implementation-Vendor Google LLC High Vendor Manifest specification-vendor Google LLC Low Vendor pom artifactid proto-google-common-protos Low Vendor pom developer email chingor@google.com Low Vendor pom developer id chingor Medium Vendor pom developer name Jeff Ching Medium Vendor pom developer org Google Medium Vendor pom groupid com.google.api.grpc Highest Vendor pom name proto-google-common-protos High Vendor pom organization name Google LLC High Vendor pom url googleapis/gapic-generator-java Highest Product file name proto-google-common-protos High Product gradle artifactid proto-google-common-protos Highest Product jar package name api Highest Product jar package name google Highest Product Manifest artifactid proto-google-common-protos Low Product Manifest build-jdk-spec 11 Low Product Manifest Implementation-Title proto-google-common-protos High Product Manifest specification-title proto-google-common-protos Medium Product pom artifactid proto-google-common-protos Highest Product pom developer email chingor@google.com Low Product pom developer id chingor Low Product pom developer name Jeff Ching Low Product pom developer org Google Low Product pom groupid com.google.api.grpc Highest Product pom name proto-google-common-protos High Product pom organization name Google LLC Low Product pom url googleapis/gapic-generator-java High Version file version 2.17.0 High Version gradle version 2.17.0 Highest Version Manifest Implementation-Version 2.17.0 High Version Manifest version 2.17.0 Medium Version pom version 2.17.0 Highest
proto-google-common-protos-2.23.0.jar protobuf-java-3.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/jpms/protobuf-java/3.22.0/protobuf-java-3.22.0.jarMD5: e2826e440f9f62f48ce5a61e8a4355d2SHA1: ba3ad65d6604659be8fe82ea4b28e688ad28aa39SHA256: a186e3e4871e5f0bc2bffc80297ad2948c791b97796b901e9813d1ce103a3795Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath protobuf-java-3.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name protobuf-java High Vendor gradle artifactid protobuf-java Highest Vendor gradle groupid dev.ikm.jpms Highest Vendor jar package name protobuf Highest Vendor Manifest build-jdk-spec 19 Low Vendor pom artifactid protobuf-java Low Vendor pom groupid dev.ikm.jpms Highest Vendor pom name Tinkar Protobuf Java High Vendor pom parent-artifactid jpms-deps Low Vendor pom url HL7/tinkar-proto Highest Product file name protobuf-java High Product gradle artifactid protobuf-java Highest Product jar package name protobuf Highest Product Manifest build-jdk-spec 19 Low Product pom artifactid protobuf-java Highest Product pom groupid dev.ikm.jpms Highest Product pom name Tinkar Protobuf Java High Product pom parent-artifactid jpms-deps Medium Product pom url HL7/tinkar-proto High Version pom version 1.0.15 Highest
protobuf-java-3.22.3.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protobuf-java/3.22.3/fdee98b8f6abab73f146a4edb4c09e56f8278d03/protobuf-java-3.22.3.jarMD5: e39845796ebd9fdb1b0f30ffef7ec2eeSHA1: fdee98b8f6abab73f146a4edb4c09e56f8278d03SHA256: 59d388ea6a2d2d76ae8efff7fd4d0c60c6f0f464c3d3ab9be8e5add092975708Referenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-proto:compileProtoPath opencdx-proto:runtimeClasspath opencdx-client:compileClasspath opencdx-client:runtimeClasspath opencdx-proto:productionRuntimeClasspath opencdx-proto:compileClasspath protobuf-java-3.22.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-proto@0.0.20240215164017 pkg:maven/io.grpc/grpc-protobuf@1.57.2 pkg:maven/io.grpc/grpc-protobuf@1.57.2 Evidence Type Source Name Value Confidence Vendor file name protobuf-java High Vendor gradle artifactid protobuf-java Highest Vendor gradle groupid com.google.protobuf Highest Vendor jar package name google Low Vendor jar package name protobuf Low Vendor Manifest target-label //java/core:lite_runtime_only Low Product file name protobuf-java High Product gradle artifactid protobuf-java Highest Product jar package name protobuf Low Product Manifest target-label //java/core:lite_runtime_only Low Version file name protobuf-java Medium Version file version 3.22.3 High Version gradle version 3.22.3 Highest
protobuf-java-3.24.4.jar protobuf-java-util-3.22.3.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protobuf-java-util/3.22.3/749cd4fe8ab52f37bc186193802ba19f5b284647/protobuf-java-util-3.22.3.jarMD5: 373bef8f76c872b5f67d1b7c643a6e7dSHA1: 749cd4fe8ab52f37bc186193802ba19f5b284647SHA256: c615f76879dc5c303e4df5b94a6afa39534058c7545db2d483fd95d9f63c8bfeReferenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-client:runtimeClasspath protobuf-java-util-3.22.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 pkg:maven/io.github.lognet/grpc-spring-boot-starter@5.1.4 Evidence Type Source Name Value Confidence Vendor file name protobuf-java-util High Vendor gradle artifactid protobuf-java-util Highest Vendor gradle groupid com.google.protobuf Highest Vendor jar package name google Low Vendor jar package name protobuf Low Vendor jar package name util Low Vendor Manifest target-label //java/util:util Low Product file name protobuf-java-util High Product gradle artifactid protobuf-java-util Highest Product jar package name protobuf Low Product jar package name util Highest Product jar package name util Low Product Manifest target-label //java/util:util Low Version file name protobuf-java-util Medium Version file version 3.22.3 High Version gradle version 3.22.3 Highest Version jar package name util Highest
protobuf-java-util-3.24.4.jar qdox-2.0.3.jarDescription:
QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files
complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.thoughtworks.qdox/qdox/2.0.3/d70143d2a58e7b16a8ec73a495508d43a085d83b/qdox-2.0.3.jar
MD5: 1a599568ea16556d01a008d9e062ac89
SHA1: d70143d2a58e7b16a8ec73a495508d43a085d83b
SHA256: ff70c10165714fe9546c418a65d74ecd5d57623ba408cecde9428f0a609b5d1c
Referenced In Projects/Scopes: opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 qdox-2.0.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name qdox High Vendor gradle artifactid qdox Highest Vendor gradle groupid com.thoughtworks.qdox Highest Vendor jar package name parser Highest Vendor jar package name qdox Highest Vendor jar package name thoughtworks Highest Vendor jar package name tools Highest Vendor Manifest automatic-module-name com.thoughtworks.qdox Medium Vendor Manifest build-jdk-spec 1.8 Low Vendor pom artifactid qdox Low Vendor pom developer id joe Medium Vendor pom developer id mauro Medium Vendor pom developer id mdub Medium Vendor pom developer id paul Medium Vendor pom developer id rfscholte Medium Vendor pom developer id rinkrank Medium Vendor pom developer name Aslak Hellesoy Medium Vendor pom developer name Joe Walnes Medium Vendor pom developer name Mauro Talevi Medium Vendor pom developer name Mike Williams Medium Vendor pom developer name Paul Hammant Medium Vendor pom developer name Robert Scholte Medium Vendor pom groupid com.thoughtworks.qdox Highest Vendor pom name QDox High Vendor pom url paul-hammant/qdox Highest Product file name qdox High Product gradle artifactid qdox Highest Product jar package name parser Highest Product jar package name qdox Highest Product jar package name thoughtworks Highest Product jar package name tools Highest Product Manifest automatic-module-name com.thoughtworks.qdox Medium Product Manifest build-jdk-spec 1.8 Low Product pom artifactid qdox Highest Product pom developer id joe Low Product pom developer id mauro Low Product pom developer id mdub Low Product pom developer id paul Low Product pom developer id rfscholte Low Product pom developer id rinkrank Low Product pom developer name Aslak Hellesoy Low Product pom developer name Joe Walnes Low Product pom developer name Mauro Talevi Low Product pom developer name Mike Williams Low Product pom developer name Paul Hammant Low Product pom developer name Robert Scholte Low Product pom groupid com.thoughtworks.qdox Highest Product pom name QDox High Product pom url paul-hammant/qdox High Version file version 2.0.3 High Version gradle version 2.0.3 Highest Version pom version 2.0.3 Highest
reactive-streams-1.0.4.jar reactor-core-3.6.1.jar reactor-extra-3.5.1.jar reactor-netty-core-1.1.14.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.projectreactor.netty/reactor-netty-core/1.1.14/a12dc93aae772a764803a78209e85ae1e42eeb68/reactor-netty-core-1.1.14.jarMD5: 32c146a924857659f5ab5a72f8df469dSHA1: a12dc93aae772a764803a78209e85ae1e42eeb68SHA256: 7faeff2fe5934c16e58dd63308a49eadee03d819257778ceb5ece0875e3ac2cbReferenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath reactor-netty-core-1.1.14.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name reactor-netty-core High Vendor gradle artifactid reactor-netty-core Highest Vendor gradle groupid io.projectreactor.netty Highest Vendor jar package name netty Highest Vendor jar package name netty Low Vendor jar package name reactor Highest Vendor jar package name reactor Low Vendor Manifest automatic-module-name reactor.netty.core Medium Vendor Manifest bundle-symbolicname io.projectreactor.netty.reactor-netty-core Medium Product file name reactor-netty-core High Product gradle artifactid reactor-netty-core Highest Product jar package name netty Highest Product jar package name netty Low Product jar package name reactor Highest Product Manifest automatic-module-name reactor.netty.core Medium Product Manifest Bundle-Name reactor-netty-core Medium Product Manifest bundle-symbolicname io.projectreactor.netty.reactor-netty-core Medium Product Manifest Implementation-Title reactor-netty-core High Version file version 1.1.14 High Version Manifest Implementation-Version 1.1.14 High
reactor-netty-http-1.1.14.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.projectreactor.netty/reactor-netty-http/1.1.14/f9d870baa878a8d010066d8c1b1a80b319f66470/reactor-netty-http-1.1.14.jarMD5: a367f9df85886c24bce4c06d7b6a85b6SHA1: f9d870baa878a8d010066d8c1b1a80b319f66470SHA256: d83b688d3a12521d7db807ce1724aeb7cada395258b0cdc6d5b67bd410640c5eReferenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath reactor-netty-http-1.1.14.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name reactor-netty-http High Vendor gradle artifactid reactor-netty-http Highest Vendor gradle groupid io.projectreactor.netty Highest Vendor jar package name http Highest Vendor jar package name http Low Vendor jar package name netty Highest Vendor jar package name netty Low Vendor jar package name reactor Highest Vendor jar package name reactor Low Vendor Manifest automatic-module-name reactor.netty.http Medium Vendor Manifest bundle-symbolicname io.projectreactor.netty.reactor-netty-http Medium Product file name reactor-netty-http High Product gradle artifactid reactor-netty-http Highest Product jar package name http Highest Product jar package name http Low Product jar package name netty Highest Product jar package name netty Low Product jar package name reactor Highest Product Manifest automatic-module-name reactor.netty.http Medium Product Manifest Bundle-Name reactor-netty-http Medium Product Manifest bundle-symbolicname io.projectreactor.netty.reactor-netty-http Medium Product Manifest Implementation-Title reactor-netty-http High Version file version 1.1.14 High Version Manifest Implementation-Version 1.1.14 High
record-builder-core-34.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/jpms/record-builder-core/34/record-builder-core-34.jarMD5: a3f705d78f4fd42fcda46c980115f3b8SHA1: c48de910c27ffd9ec097b341916f6435242dd82fSHA256: ccc6f02d7c5dfbdc513124b4a3f1450ba773b537c6bf86e210c9aaed884264c1Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath record-builder-core-34.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name record-builder-core-34 High Vendor gradle artifactid record-builder-core Highest Vendor gradle groupid dev.ikm.jpms Highest Vendor jar package name core Highest Vendor jar package name io Highest Vendor jar package name soabase Highest Vendor Manifest build-jdk-spec 19 Low Vendor pom artifactid record-builder-core Low Vendor pom groupid dev.ikm.jpms Highest Vendor pom groupid io.soabase.record-builder Highest Vendor pom name Record builder High Vendor pom parent-artifactid jpms-deps Low Vendor pom parent-artifactid record-builder Low Product file name record-builder-core-34 High Product gradle artifactid record-builder-core Highest Product jar package name core Highest Product jar package name io Highest Product jar package name soabase Highest Product Manifest build-jdk-spec 19 Low Product pom artifactid record-builder-core Highest Product pom groupid dev.ikm.jpms Highest Product pom groupid io.soabase.record-builder Highest Product pom name Record builder High Product pom parent-artifactid jpms-deps Medium Product pom parent-artifactid record-builder Medium Version pom version 1.0.15 Highest
refactorer-2.16.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.github.solven-eu.cleanthat/refactorer/2.16/329dd0f8238630928d54c9acaed1cffe161e0a78/refactorer-2.16.jarMD5: ea1282b74aeb0c99b9384a7a70967888SHA1: 329dd0f8238630928d54c9acaed1cffe161e0a78SHA256: 1e297849a3942c38b1ad2117219a3b7a8a13fa1660ded92a2a42542e49e5ee7dReferenced In Projects/Scopes:
opencdx-commons:spotless1659553931 opencdx-audit:spotless1659553931 opencdx-predictor:spotless1659553931 opencdx-media:spotless1659553931 opencdx-connected-test:spotless1659553931 opencdx-questionnaire:spotless1659553931 opencdx-protector:spotless1659553931 opencdx-gateway:spotless1659553931 opencdx-tinkar:spotless1659553931 opencdx-admin:spotless1659553931 opencdx-anf:spotless1659553931 OpenCDX:spotless1659553931 opencdx-communications:spotless1659553931 opencdx-discovery:spotless1659553931 opencdx-proto:spotless1659553931 opencdx-classification:spotless1659553931 opencdx-config:spotless1659553931 opencdx-client:spotless1659553931 opencdx-iam:spotless1659553931 opencdx-routine:spotless1659553931 opencdx-helloworld:spotless1659553931 refactorer-2.16.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 pkg:maven/io.github.solven-eu.cleanthat/java@2.16 Evidence Type Source Name Value Confidence Vendor file name refactorer High Vendor gradle artifactid refactorer Highest Vendor gradle groupid io.github.solven-eu.cleanthat Highest Vendor jar package name cleanthat Highest Vendor jar package name eu Highest Vendor jar package name solven Highest Vendor Manifest build-jdk-spec 17 Low Vendor pom artifactid refactorer Low Vendor pom groupid io.github.solven-eu.cleanthat Highest Vendor pom parent-artifactid aggregator-cleanthat Low Product file name refactorer High Product gradle artifactid refactorer Highest Product jar package name cleanthat Highest Product jar package name eu Highest Product jar package name solven Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title refactorer High Product pom artifactid refactorer Highest Product pom groupid io.github.solven-eu.cleanthat Highest Product pom parent-artifactid aggregator-cleanthat Medium Version file version 2.16 High Version gradle version 2.16 Highest Version Manifest Implementation-Version 2.16 High Version pom version 2.16 Highest
reflections-0.9.9.jarDescription:
Reflections - a Java runtime metadata analysis License:
WTFPL: http://www.wtfpl.net/
The New BSD License: http://www.opensource.org/licenses/bsd-license.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.reflections/reflections/0.9.9/296d8adb2f22a38025f44b45cac89835ff0bbaf/reflections-0.9.9.jar
MD5: 5f13944b355f927f956b6298136ad959
SHA1: 0296d8adb2f22a38025f44b45cac89835ff0bbaf
SHA256: 6a6c56d436f1f34e609bbf2d9b222f449f916941916dd874e7e15ff907daed1c
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath reflections-0.9.9.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 pkg:maven/com.github.cloudyrock.mongock/mongock-spring-v5@4.3.8 Evidence Type Source Name Value Confidence Vendor file name reflections High Vendor gradle artifactid reflections Highest Vendor gradle groupid org.reflections Highest Vendor jar package name reflections Highest Vendor jar package name reflections Low Vendor pom artifactid reflections Low Vendor pom developer email ronmamo at gmail Low Vendor pom groupid org.reflections Highest Vendor pom name Reflections High Vendor pom url http://github.com/ronmamo/reflections Highest Product file name reflections High Product gradle artifactid reflections Highest Product jar package name reflections Highest Product pom artifactid reflections Highest Product pom developer email ronmamo at gmail Low Product pom groupid org.reflections Highest Product pom name Reflections High Product pom url http://github.com/ronmamo/reflections Medium Version file version 0.9.9 High Version gradle version 0.9.9 Highest Version pom version 0.9.9 Highest
roaringbitmap-0.9.31-r3.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/jpms/roaringbitmap/0.9.31-r3/roaringbitmap-0.9.31-r3.jarMD5: a6f476a88659bfd424e886174f2ee593SHA1: 06d66c2e3a1ec009ad2180c0498b67eb73227e43SHA256: c79930a6adc36130967a498222b7e3d5f44b704dc3dc28750240055ee79dfc47Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath roaringbitmap-0.9.31-r3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/common@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/executor-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name roaringbitmap High Vendor gradle artifactid roaringbitmap Highest Vendor gradle groupid dev.ikm.jpms Highest Vendor jar package name roaringbitmap Highest Vendor Manifest build-jdk-spec 19 Low Vendor pom artifactid roaringbitmap Low Vendor pom groupid dev.ikm.jpms Highest Vendor pom name Roaring High Vendor pom parent-artifactid java-parent Low Vendor pom parent-groupid dev.ikm.build Medium Product file name roaringbitmap High Product gradle artifactid roaringbitmap Highest Product jar package name roaringbitmap Highest Product Manifest build-jdk-spec 19 Low Product pom artifactid roaringbitmap Highest Product pom groupid dev.ikm.jpms Highest Product pom name Roaring High Product pom parent-artifactid java-parent Medium Product pom parent-groupid dev.ikm.build Medium Version pom version 0.4.0 Highest
sb-admin-2.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/jmeter/sbadmin2-1.0.7/dist/js/sb-admin-2.jsMD5: 7829ca02ab0f01b0cb051cf50e83a896SHA1: 49ed7fcc6f9cff48ef1f091a26d85df0196342d4SHA256: 56bd6a6e5b0d37d83b0261b8de91fb454a750a4641c24bdc62f1bc5d860acb39Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
script.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/javadoc/script.jsMD5: 6691e64758a1db543dc9a7bd97f2cb51SHA1: e89b972ec1b014c56089a6d607bfbfb6f2323f67SHA256: 854662f300614471e7d16d8443133c6ba1ff2adc0d4b0fd892d507b646af2467Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
search-page.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/javadoc/search-page.jsMD5: 6393ad145e1c0020f96a364d9b252ed4SHA1: 788aa5b7d3948cff471fd2c1184a57fc286e665bSHA256: 836fe867b6c2a60143d77c451966f1109f132c5e6b0e4c150982f896080e95f8Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
search-provider-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/search-provider/1.22.0/search-provider-1.22.0.jarMD5: 9804e8f621675055f3820d08d97afc88SHA1: 7b315360cd61788c9326dcde6c5ccc8a28cb70f8SHA256: 749b6ed858d38c957640537b0d08e6e6dd69483df60ffec89eb3f91669a8e785Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath search-provider-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name search-provider High Vendor gradle artifactid search-provider Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name provider Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.provider.search Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid search-provider Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Provider Search provider High Vendor pom parent-artifactid provider Low Product file name search-provider High Product gradle artifactid search-provider Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name provider Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.provider.search Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid search-provider Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Provider Search provider High Product pom parent-artifactid provider Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
search.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/javadoc/search.jsMD5: a9372105f090d30517858b3314659595SHA1: 01df4bbacf245969cc35c084d16a47bf18461297SHA256: e3cf74cdb1854f8bf8a50edc7bda328083d6949e8f2384c03df87cc1e7e13cb1Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
servo-core-0.12.21.jar shedlock-core-5.8.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/net.javacrumbs.shedlock/shedlock-core/5.8.0/8ec389a4f7152435cdf8f92b32d67d23fc9101e2/shedlock-core-5.8.0.jarMD5: a5cf9135fcb9a1cccfc2a58816577831SHA1: 8ec389a4f7152435cdf8f92b32d67d23fc9101e2SHA256: 1da37ca9b26daf999f20a570f08b390c9693e7ff846a2f1054f42c96e1731f1aReferenced In Projects/Scopes:
opencdx-communications:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-communications:compileClasspath shedlock-core-5.8.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/net.javacrumbs.shedlock/shedlock-spring@5.8.0 pkg:maven/net.javacrumbs.shedlock/shedlock-spring@5.8.0 pkg:maven/net.javacrumbs.shedlock/shedlock-spring@5.8.0 pkg:maven/net.javacrumbs.shedlock/shedlock-provider-mongo@5.8.0 pkg:maven/net.javacrumbs.shedlock/shedlock-provider-mongo@5.8.0 pkg:maven/net.javacrumbs.shedlock/shedlock-provider-mongo@5.8.0 Evidence Type Source Name Value Confidence Vendor file name shedlock-core High Vendor gradle artifactid shedlock-core Highest Vendor gradle groupid net.javacrumbs.shedlock Highest Vendor jar package name core Highest Vendor jar package name javacrumbs Highest Vendor jar package name net Highest Vendor jar package name shedlock Highest Vendor Manifest automatic-module-name net.javacrumbs.shedlock.core Medium Vendor Manifest build-jdk-spec 17 Low Vendor pom artifactid shedlock-core Low Vendor pom groupid net.javacrumbs.shedlock Highest Vendor pom parent-artifactid shedlock-parent Low Product file name shedlock-core High Product gradle artifactid shedlock-core Highest Product jar package name core Highest Product jar package name javacrumbs Highest Product jar package name net Highest Product jar package name shedlock Highest Product Manifest automatic-module-name net.javacrumbs.shedlock.core Medium Product Manifest build-jdk-spec 17 Low Product pom artifactid shedlock-core Highest Product pom groupid net.javacrumbs.shedlock Highest Product pom parent-artifactid shedlock-parent Medium Version file version 5.8.0 High Version gradle version 5.8.0 Highest Version pom version 5.8.0 Highest
shedlock-provider-mongo-5.8.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/net.javacrumbs.shedlock/shedlock-provider-mongo/5.8.0/2f4a5e0bb3b2bc3f83e5508801470a37ba2ea5e8/shedlock-provider-mongo-5.8.0.jarMD5: e074d3eb0d434b5555385474d7aadd26SHA1: 2f4a5e0bb3b2bc3f83e5508801470a37ba2ea5e8SHA256: 0f9143e091eba6c2002c46a67d58ff1233be48b672c01bd8f3e47db3f0a6acebReferenced In Projects/Scopes:
opencdx-communications:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-communications:compileClasspath shedlock-provider-mongo-5.8.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name shedlock-provider-mongo High Vendor gradle artifactid shedlock-provider-mongo Highest Vendor gradle groupid net.javacrumbs.shedlock Highest Vendor jar package name javacrumbs Highest Vendor jar package name net Highest Vendor jar package name provider Highest Vendor jar package name shedlock Highest Vendor Manifest automatic-module-name net.javacrumbs.shedlock.provider.mongo Medium Vendor Manifest build-jdk-spec 17 Low Vendor pom artifactid shedlock-provider-mongo Low Vendor pom groupid net.javacrumbs.shedlock Highest Vendor pom parent-artifactid shedlock-parent Low Product file name shedlock-provider-mongo High Product gradle artifactid shedlock-provider-mongo Highest Product jar package name javacrumbs Highest Product jar package name net Highest Product jar package name provider Highest Product jar package name shedlock Highest Product Manifest automatic-module-name net.javacrumbs.shedlock.provider.mongo Medium Product Manifest build-jdk-spec 17 Low Product pom artifactid shedlock-provider-mongo Highest Product pom groupid net.javacrumbs.shedlock Highest Product pom parent-artifactid shedlock-parent Medium Version file version 5.8.0 High Version gradle version 5.8.0 Highest Version pom version 5.8.0 Highest
shedlock-spring-5.8.0.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/net.javacrumbs.shedlock/shedlock-spring/5.8.0/e19862cd92084f7112a5d4ddfc056dba1f04113b/shedlock-spring-5.8.0.jarMD5: 4aef4f56143433ade24a63a71c7023aeSHA1: e19862cd92084f7112a5d4ddfc056dba1f04113bSHA256: 5c2cf43c9bc7b4b3b5082e762e992254e77d135ab9fdf390655dbb6962210461Referenced In Projects/Scopes:
opencdx-communications:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-communications:compileClasspath shedlock-spring-5.8.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name shedlock-spring High Vendor gradle artifactid shedlock-spring Highest Vendor gradle groupid net.javacrumbs.shedlock Highest Vendor jar package name javacrumbs Highest Vendor jar package name net Highest Vendor jar package name shedlock Highest Vendor jar package name spring Highest Vendor Manifest automatic-module-name net.javacrumbs.shedlock.spring Medium Vendor Manifest build-jdk-spec 17 Low Vendor pom artifactid shedlock-spring Low Vendor pom groupid net.javacrumbs.shedlock Highest Vendor pom parent-artifactid shedlock-parent Low Product file name shedlock-spring High Product gradle artifactid shedlock-spring Highest Product jar package name javacrumbs Highest Product jar package name net Highest Product jar package name shedlock Highest Product jar package name spring Highest Product Manifest automatic-module-name net.javacrumbs.shedlock.spring Medium Product Manifest build-jdk-spec 17 Low Product pom artifactid shedlock-spring Highest Product pom groupid net.javacrumbs.shedlock Highest Product pom parent-artifactid shedlock-parent Medium Version file version 5.8.0 High Version gradle version 5.8.0 Highest Version pom version 5.8.0 Highest
simpleclient-0.16.0.jarDescription:
Core instrumentation library for the simpleclient.
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.prometheus/simpleclient/0.16.0/28b0eaf7c500c506976da8d0fc9cad6c278e8d87/simpleclient-0.16.0.jar
MD5: 0d7e4aec0a8ba8ba66c87f06e3d439da
SHA1: 28b0eaf7c500c506976da8d0fc9cad6c278e8d87
SHA256: 22c374f237f7bc4fdb1f0ec2da379c0ba00e69ad2ffe8b6ade543d73062d377f
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath simpleclient-0.16.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name simpleclient High Vendor gradle artifactid simpleclient Highest Vendor gradle groupid io.prometheus Highest Vendor jar package name io Highest Vendor jar package name prometheus Highest Vendor Manifest bundle-symbolicname io.prometheus.simpleclient Medium Vendor pom artifactid simpleclient Low Vendor pom developer email brian.brazil@boxever.com Low Vendor pom developer id brian-brazil Medium Vendor pom developer name Brian Brazil Medium Vendor pom groupid io.prometheus Highest Vendor pom name Prometheus Java Simpleclient High Vendor pom parent-artifactid parent Low Product file name simpleclient High Product gradle artifactid simpleclient Highest Product jar package name io Highest Product jar package name prometheus Highest Product Manifest Bundle-Name Prometheus Java Simpleclient Medium Product Manifest bundle-symbolicname io.prometheus.simpleclient Medium Product pom artifactid simpleclient Highest Product pom developer email brian.brazil@boxever.com Low Product pom developer id brian-brazil Low Product pom developer name Brian Brazil Low Product pom groupid io.prometheus Highest Product pom name Prometheus Java Simpleclient High Product pom parent-artifactid parent Medium Version file version 0.16.0 High Version gradle version 0.16.0 Highest Version Manifest Bundle-Version 0.16.0 High Version pom version 0.16.0 Highest
simpleclient_common-0.16.0.jarDescription:
Common code used by various modules of the Simpleclient.
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.prometheus/simpleclient_common/0.16.0/a09a8c790a20309b942a9fdbfe77da22407096e6/simpleclient_common-0.16.0.jar
MD5: bef35be6eef09775ffe092c267729478
SHA1: a09a8c790a20309b942a9fdbfe77da22407096e6
SHA256: eba6ec26ce7e40cbb8725e05fb83247a9f4f44945b9e7522e3375dde67b9f059
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath simpleclient_common-0.16.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name simpleclient_common High Vendor gradle artifactid simpleclient_common Highest Vendor gradle groupid io.prometheus Highest Vendor jar package name io Highest Vendor jar package name prometheus Highest Vendor Manifest bundle-symbolicname io.prometheus.simpleclient_common Medium Vendor pom artifactid simpleclient_common Low Vendor pom developer email brian.brazil@boxever.com Low Vendor pom developer id brian-brazil Medium Vendor pom developer name Brian Brazil Medium Vendor pom groupid io.prometheus Highest Vendor pom name Prometheus Java Simpleclient Common High Vendor pom parent-artifactid parent Low Product file name simpleclient_common High Product gradle artifactid simpleclient_common Highest Product jar package name io Highest Product jar package name prometheus Highest Product Manifest Bundle-Name Prometheus Java Simpleclient Common Medium Product Manifest bundle-symbolicname io.prometheus.simpleclient_common Medium Product pom artifactid simpleclient_common Highest Product pom developer email brian.brazil@boxever.com Low Product pom developer id brian-brazil Low Product pom developer name Brian Brazil Low Product pom groupid io.prometheus Highest Product pom name Prometheus Java Simpleclient Common High Product pom parent-artifactid parent Medium Version file version 0.16.0 High Version gradle version 0.16.0 Highest Version Manifest Bundle-Version 0.16.0 High Version pom version 0.16.0 Highest
simpleclient_tracer_common-0.16.0.jarDescription:
The Prometheus Java Suite: Client Metrics, Exposition, and Examples License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.prometheus/simpleclient_tracer_common/0.16.0/dec00ef7c6155c4ca1109ec8248f7ff58d8f6cd3/simpleclient_tracer_common-0.16.0.jar
MD5: 80ee58e0fd6a13feacded45d0fc52f53
SHA1: dec00ef7c6155c4ca1109ec8248f7ff58d8f6cd3
SHA256: e84a784ac8e24f182ee62da80b6b5c8140774b75bfa4bf9cc3d3b8390db625f6
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath simpleclient_tracer_common-0.16.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name simpleclient_tracer_common High Vendor gradle artifactid simpleclient_tracer_common Highest Vendor gradle groupid io.prometheus Highest Vendor jar package name io Highest Vendor jar package name prometheus Highest Vendor Manifest bundle-symbolicname io.prometheus.simpleclient_tracer_common Medium Vendor pom artifactid simpleclient_tracer_common Low Vendor pom groupid io.prometheus Highest Vendor pom name Prometheus Java Span Context Supplier - Common High Vendor pom parent-artifactid simpleclient_tracer Low Product file name simpleclient_tracer_common High Product gradle artifactid simpleclient_tracer_common Highest Product jar package name client Highest Product jar package name io Highest Product jar package name prometheus Highest Product Manifest Bundle-Name Prometheus Java Span Context Supplier - Common Medium Product Manifest bundle-symbolicname io.prometheus.simpleclient_tracer_common Medium Product pom artifactid simpleclient_tracer_common Highest Product pom groupid io.prometheus Highest Product pom name Prometheus Java Span Context Supplier - Common High Product pom parent-artifactid simpleclient_tracer Medium Version file version 0.16.0 High Version gradle version 0.16.0 Highest Version Manifest Bundle-Version 0.16.0 High Version pom version 0.16.0 Highest
simpleclient_tracer_otel-0.16.0.jarDescription:
The Prometheus Java Suite: Client Metrics, Exposition, and Examples License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.prometheus/simpleclient_tracer_otel/0.16.0/cc3d2b7b7cb6f077e3b1ee1d3e99eb54fddfa151/simpleclient_tracer_otel-0.16.0.jar
MD5: 55959da7c8ad68257c11d23f0de6a52f
SHA1: cc3d2b7b7cb6f077e3b1ee1d3e99eb54fddfa151
SHA256: a2a84c59bef3796bb7f9c6f2ae8b7de8b905313ef28180ac3de7ff61dd68df3f
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath simpleclient_tracer_otel-0.16.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name simpleclient_tracer_otel High Vendor gradle artifactid simpleclient_tracer_otel Highest Vendor gradle groupid io.prometheus Highest Vendor jar package name io Highest Vendor jar package name prometheus Highest Vendor Manifest bundle-symbolicname io.prometheus.simpleclient_tracer_otel Medium Vendor pom artifactid simpleclient_tracer_otel Low Vendor pom groupid io.prometheus Highest Vendor pom name Prometheus Java Span Context Supplier - OpenTelemetry High Vendor pom parent-artifactid simpleclient_tracer Low Product file name simpleclient_tracer_otel High Product gradle artifactid simpleclient_tracer_otel Highest Product jar package name client Highest Product jar package name io Highest Product jar package name prometheus Highest Product Manifest Bundle-Name Prometheus Java Span Context Supplier - OpenTelemetry Medium Product Manifest bundle-symbolicname io.prometheus.simpleclient_tracer_otel Medium Product pom artifactid simpleclient_tracer_otel Highest Product pom groupid io.prometheus Highest Product pom name Prometheus Java Span Context Supplier - OpenTelemetry High Product pom parent-artifactid simpleclient_tracer Medium Version file version 0.16.0 High Version gradle version 0.16.0 Highest Version Manifest Bundle-Version 0.16.0 High Version pom version 0.16.0 Highest
simpleclient_tracer_otel_agent-0.16.0.jarDescription:
The Prometheus Java Suite: Client Metrics, Exposition, and Examples License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/io.prometheus/simpleclient_tracer_otel_agent/0.16.0/9d724771e339ff7ec6cd7c0cc170d3470904c5/simpleclient_tracer_otel_agent-0.16.0.jar
MD5: c655a6b67747cebfc80375560a549059
SHA1: 009d724771e339ff7ec6cd7c0cc170d3470904c5
SHA256: 7ad2bb40df74a772d9f5445a3d03579b49d6b37a47d5e90f6cf3f59ecf41ad06
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath simpleclient_tracer_otel_agent-0.16.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/io.micrometer/micrometer-registry-prometheus@1.12.2 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name simpleclient_tracer_otel_agent High Vendor gradle artifactid simpleclient_tracer_otel_agent Highest Vendor gradle groupid io.prometheus Highest Vendor jar package name io Highest Vendor jar package name prometheus Highest Vendor Manifest bundle-symbolicname io.prometheus.simpleclient_tracer_otel_agent Medium Vendor pom artifactid simpleclient_tracer_otel_agent Low Vendor pom groupid io.prometheus Highest Vendor pom name Prometheus Java Span Context Supplier - OpenTelemetry Agent High Vendor pom parent-artifactid simpleclient_tracer Low Product file name simpleclient_tracer_otel_agent High Product gradle artifactid simpleclient_tracer_otel_agent Highest Product jar package name client Highest Product jar package name io Highest Product jar package name prometheus Highest Product Manifest Bundle-Name Prometheus Java Span Context Supplier - OpenTelemetry Agent Medium Product Manifest bundle-symbolicname io.prometheus.simpleclient_tracer_otel_agent Medium Product pom artifactid simpleclient_tracer_otel_agent Highest Product pom groupid io.prometheus Highest Product pom name Prometheus Java Span Context Supplier - OpenTelemetry Agent High Product pom parent-artifactid simpleclient_tracer Medium Version file version 0.16.0 High Version gradle version 0.16.0 Highest Version Manifest Bundle-Version 0.16.0 High Version pom version 0.16.0 Highest
slf4j-api-2.0.9.jar snakeyaml-2.2.jar spring-aop-6.1.2.jar spring-beans-6.1.2.jar spring-boot-3.2.1.jar spring-boot-actuator-3.2.1.jar spring-boot-actuator-autoconfigure-3.2.1.jar spring-boot-admin-client-3.2.0.jarDescription:
Spring Boot Admin Client License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/de.codecentric/spring-boot-admin-client/3.2.0/812ee22c87326144eeed7871aa2f8584b427fe8/spring-boot-admin-client-3.2.0.jar
MD5: cccd4cb7adcd1d22d1a7abb8f5f499a0
SHA1: 0812ee22c87326144eeed7871aa2f8584b427fe8
SHA256: 1bcf678229c4b8cd47804c9dac7759b7a5abf3998af33680460abe4ee5efa2b7
Referenced In Projects/Scopes: opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-tinkar:runtimeClasspath opencdx-media:compileClasspath opencdx-audit:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-iam:compileClasspath opencdx-communications:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-communications:compileClasspath spring-boot-admin-client-3.2.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-client@3.2.0 Evidence Type Source Name Value Confidence Vendor file name spring-boot-admin-client High Vendor gradle artifactid spring-boot-admin-client Highest Vendor gradle groupid de.codecentric Highest Vendor jar package name admin Highest Vendor jar package name boot Highest Vendor jar package name codecentric Highest Vendor jar package name de Highest Vendor Manifest automatic-module-name de.codecentric.spring.boot.admin.client Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor codecentric AG High Vendor pom artifactid spring-boot-admin-client Low Vendor pom developer email spring-boot-admin@codecentric.de Low Vendor pom developer name codecentric AG Medium Vendor pom groupid de.codecentric Highest Vendor pom name Spring Boot Admin Client High Vendor pom organization name codecentric AG High Vendor pom organization url http://www.codecentric.de Medium Vendor pom parent-artifactid spring-boot-admin-build Low Vendor pom url codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-client/ Highest Product file name spring-boot-admin-client High Product gradle artifactid spring-boot-admin-client Highest Product jar package name admin Highest Product jar package name boot Highest Product jar package name codecentric Highest Product jar package name de Highest Product Manifest automatic-module-name de.codecentric.spring.boot.admin.client Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Boot Admin Client High Product pom artifactid spring-boot-admin-client Highest Product pom developer email spring-boot-admin@codecentric.de Low Product pom developer name codecentric AG Low Product pom groupid de.codecentric Highest Product pom name Spring Boot Admin Client High Product pom organization name codecentric AG Low Product pom organization url http://www.codecentric.de Low Product pom parent-artifactid spring-boot-admin-build Medium Product pom url codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-client/ High Version file version 3.2.0 High Version gradle version 3.2.0 Highest Version Manifest Implementation-Version 3.2.0 High Version pom version 3.2.0 Highest
spring-boot-admin-server-3.2.0.jarDescription:
Spring Boot Admin Server License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/de.codecentric/spring-boot-admin-server/3.2.0/79ff89791f372f4a2793665f3b569315cdd480cc/spring-boot-admin-server-3.2.0.jar
MD5: 03d202146f12039c4f4a911a7bd1b5fa
SHA1: 79ff89791f372f4a2793665f3b569315cdd480cc
SHA256: 16026ad4c2c0e67767cc039cee1b7314c59294b6bc026d2737230fd6a9be5ca3
Referenced In Projects/Scopes: opencdx-admin:compileClasspath opencdx-admin:runtimeClasspath opencdx-admin:productionRuntimeClasspath spring-boot-admin-server-3.2.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 Evidence Type Source Name Value Confidence Vendor file name spring-boot-admin-server High Vendor gradle artifactid spring-boot-admin-server Highest Vendor gradle groupid de.codecentric Highest Vendor jar package name admin Highest Vendor jar package name boot Highest Vendor jar package name codecentric Highest Vendor jar package name de Highest Vendor Manifest automatic-module-name de.codecentric.spring.boot.admin.server Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor codecentric AG High Vendor pom artifactid spring-boot-admin-server Low Vendor pom developer email spring-boot-admin@codecentric.de Low Vendor pom developer name codecentric AG Medium Vendor pom groupid de.codecentric Highest Vendor pom name Spring Boot Admin Server High Vendor pom organization name codecentric AG High Vendor pom organization url http://www.codecentric.de Medium Vendor pom parent-artifactid spring-boot-admin-build Low Vendor pom url codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-server/ Highest Product file name spring-boot-admin-server High Product gradle artifactid spring-boot-admin-server Highest Product jar package name admin Highest Product jar package name boot Highest Product jar package name codecentric Highest Product jar package name de Highest Product Manifest automatic-module-name de.codecentric.spring.boot.admin.server Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Boot Admin Server High Product pom artifactid spring-boot-admin-server Highest Product pom developer email spring-boot-admin@codecentric.de Low Product pom developer name codecentric AG Low Product pom groupid de.codecentric Highest Product pom name Spring Boot Admin Server High Product pom organization name codecentric AG Low Product pom organization url http://www.codecentric.de Low Product pom parent-artifactid spring-boot-admin-build Medium Product pom url codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-server/ High Version file version 3.2.0 High Version gradle version 3.2.0 Highest Version Manifest Implementation-Version 3.2.0 High Version pom version 3.2.0 Highest
spring-boot-admin-server-cloud-3.2.0.jarDescription:
Spring Boot Admin Server Cloud License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/de.codecentric/spring-boot-admin-server-cloud/3.2.0/5893eed8a1ade2d9e2490fac1e22def807083a23/spring-boot-admin-server-cloud-3.2.0.jar
MD5: 8a46fd9ee53dc37f1bfa10b7a9c51437
SHA1: 5893eed8a1ade2d9e2490fac1e22def807083a23
SHA256: dc6c3cc297b69d3c4d6cb3593323ef4c73f3ea5641d83f19f0be4c5e62fe247b
Referenced In Projects/Scopes: opencdx-admin:compileClasspath opencdx-admin:runtimeClasspath opencdx-admin:productionRuntimeClasspath spring-boot-admin-server-cloud-3.2.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 Evidence Type Source Name Value Confidence Vendor file name spring-boot-admin-server-cloud High Vendor gradle artifactid spring-boot-admin-server-cloud Highest Vendor gradle groupid de.codecentric Highest Vendor jar package name admin Highest Vendor jar package name boot Highest Vendor jar package name codecentric Highest Vendor jar package name de Highest Vendor Manifest automatic-module-name de.codecentric.spring.boot.admin.server.cloud Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor codecentric AG High Vendor pom artifactid spring-boot-admin-server-cloud Low Vendor pom developer email spring-boot-admin@codecentric.de Low Vendor pom developer name codecentric AG Medium Vendor pom groupid de.codecentric Highest Vendor pom name Spring Boot Admin Server Cloud High Vendor pom organization name codecentric AG High Vendor pom organization url http://www.codecentric.de Medium Vendor pom parent-artifactid spring-boot-admin-build Low Vendor pom url codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-server-cloud/ Highest Product file name spring-boot-admin-server-cloud High Product gradle artifactid spring-boot-admin-server-cloud Highest Product jar package name admin Highest Product jar package name boot Highest Product jar package name codecentric Highest Product jar package name de Highest Product Manifest automatic-module-name de.codecentric.spring.boot.admin.server.cloud Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Boot Admin Server Cloud High Product pom artifactid spring-boot-admin-server-cloud Highest Product pom developer email spring-boot-admin@codecentric.de Low Product pom developer name codecentric AG Low Product pom groupid de.codecentric Highest Product pom name Spring Boot Admin Server Cloud High Product pom organization name codecentric AG Low Product pom organization url http://www.codecentric.de Low Product pom parent-artifactid spring-boot-admin-build Medium Product pom url codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-server-cloud/ High Version file version 3.2.0 High Version gradle version 3.2.0 Highest Version Manifest Implementation-Version 3.2.0 High Version pom version 3.2.0 Highest
spring-boot-admin-server-ui-3.2.0.jarDescription:
Spring Boot Admin Server UI License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/de.codecentric/spring-boot-admin-server-ui/3.2.0/a17647233179c7056c4bde25fb807952e5fda613/spring-boot-admin-server-ui-3.2.0.jar
MD5: cfd612314efa3dd0004235d41c4f72e5
SHA1: a17647233179c7056c4bde25fb807952e5fda613
SHA256: f5ebd21bce81477ce2778a6dce555eebe60112703d456d32c7a1b9a7c9dfb03f
Referenced In Projects/Scopes: opencdx-admin:compileClasspath opencdx-admin:runtimeClasspath opencdx-admin:productionRuntimeClasspath spring-boot-admin-server-ui-3.2.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 Evidence Type Source Name Value Confidence Vendor file name spring-boot-admin-server-ui High Vendor gradle artifactid spring-boot-admin-server-ui Highest Vendor gradle groupid de.codecentric Highest Vendor jar package name admin Highest Vendor jar package name boot Highest Vendor jar package name codecentric Highest Vendor jar package name de Highest Vendor Manifest automatic-module-name de.codecentric.spring.boot.admin.server.ui Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor codecentric AG High Vendor pom artifactid spring-boot-admin-server-ui Low Vendor pom developer email spring-boot-admin@codecentric.de Low Vendor pom developer name codecentric AG Medium Vendor pom groupid de.codecentric Highest Vendor pom name Spring Boot Admin Server UI High Vendor pom organization name codecentric AG High Vendor pom organization url http://www.codecentric.de Medium Vendor pom parent-artifactid spring-boot-admin-build Low Vendor pom url codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-server-ui/ Highest Product file name spring-boot-admin-server-ui High Product gradle artifactid spring-boot-admin-server-ui Highest Product jar package name admin Highest Product jar package name boot Highest Product jar package name codecentric Highest Product jar package name de Highest Product Manifest automatic-module-name de.codecentric.spring.boot.admin.server.ui Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Boot Admin Server UI High Product pom artifactid spring-boot-admin-server-ui Highest Product pom developer email spring-boot-admin@codecentric.de Low Product pom developer name codecentric AG Low Product pom groupid de.codecentric Highest Product pom name Spring Boot Admin Server UI High Product pom organization name codecentric AG Low Product pom organization url http://www.codecentric.de Low Product pom parent-artifactid spring-boot-admin-build Medium Product pom url codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-server-ui/ High Version file version 3.2.0 High Version gradle version 3.2.0 Highest Version Manifest Implementation-Version 3.2.0 High Version pom version 3.2.0 Highest
spring-boot-admin-server-ui-3.2.0.jar: eventsource-EYfasNVp.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/de.codecentric/spring-boot-admin-server-ui/3.2.0/a17647233179c7056c4bde25fb807952e5fda613/spring-boot-admin-server-ui-3.2.0.jar/META-INF/spring-boot-admin-server-ui/assets/eventsource-EYfasNVp.jsMD5: d77de5f26317f7dd7d8487bdec28e7dcSHA1: aae989e5a2c8a0aab0d646e929fe70440ac35410SHA256: 049cc13bfe3631ceb0cb06a2656dbeec53d37f75434019cbef5008429e24da44Referenced In Projects/Scopes:
opencdx-admin:compileClasspath opencdx-admin:runtimeClasspath opencdx-admin:productionRuntimeClasspath Evidence Type Source Name Value Confidence
spring-boot-admin-server-ui-3.2.0.jar: index-d1esNk42.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/de.codecentric/spring-boot-admin-server-ui/3.2.0/a17647233179c7056c4bde25fb807952e5fda613/spring-boot-admin-server-ui-3.2.0.jar/META-INF/spring-boot-admin-server-ui/assets/index-d1esNk42.jsMD5: 8e6bc6bed9a7ca9bd15957cd6d166683SHA1: 8d0033f7275074a8e527126a5c748b0d725a7998SHA256: 1d46ada21df5a19f90ce5ab45721c8972b74b21641d3b9ae525e163b92904718Referenced In Projects/Scopes:
opencdx-admin:compileClasspath opencdx-admin:runtimeClasspath opencdx-admin:productionRuntimeClasspath Evidence Type Source Name Value Confidence
spring-boot-admin-server-ui-3.2.0.jar: login-SVKEQisE.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/de.codecentric/spring-boot-admin-server-ui/3.2.0/a17647233179c7056c4bde25fb807952e5fda613/spring-boot-admin-server-ui-3.2.0.jar/META-INF/spring-boot-admin-server-ui/assets/login-SVKEQisE.jsMD5: 502292b6a2b32b7ac4df657b2b59e108SHA1: e1239c03c7eb237e67a04f84e99689dc09910ea5SHA256: fcb1099f81f4aed444cde5266fa749f9e90931933f530e7d9ddb118edb5cfb8aReferenced In Projects/Scopes:
opencdx-admin:compileClasspath opencdx-admin:runtimeClasspath opencdx-admin:productionRuntimeClasspath Evidence Type Source Name Value Confidence
spring-boot-admin-server-ui-3.2.0.jar: mockServiceWorker.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/de.codecentric/spring-boot-admin-server-ui/3.2.0/a17647233179c7056c4bde25fb807952e5fda613/spring-boot-admin-server-ui-3.2.0.jar/META-INF/spring-boot-admin-server-ui/mockServiceWorker.jsMD5: 47e461f12d6d12de71a623efaadd30c6SHA1: 761e145b388ab4d422c251f5f19d09abb1821a17SHA256: 50dbb79ad29d9b02e584a6c4aa0785e77a3a3ed3d6a6b82d11de498c70381d7fReferenced In Projects/Scopes:
opencdx-admin:compileClasspath opencdx-admin:runtimeClasspath opencdx-admin:productionRuntimeClasspath Evidence Type Source Name Value Confidence
spring-boot-admin-server-ui-3.2.0.jar: sba-cGtb16ww.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/de.codecentric/spring-boot-admin-server-ui/3.2.0/a17647233179c7056c4bde25fb807952e5fda613/spring-boot-admin-server-ui-3.2.0.jar/META-INF/spring-boot-admin-server-ui/assets/sba-cGtb16ww.jsMD5: 9b01ac633c66ebe743bdddde129c68faSHA1: 03cb72f16d404917f75cf799bf83f492980883d2SHA256: ddea15d4ff268802f735241d5811495addebbeb40e5f3563e9fa6b8a08c14fcdReferenced In Projects/Scopes:
opencdx-admin:compileClasspath opencdx-admin:runtimeClasspath opencdx-admin:productionRuntimeClasspath Evidence Type Source Name Value Confidence
spring-boot-admin-server-ui-3.2.0.jar: sba-settings.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/de.codecentric/spring-boot-admin-server-ui/3.2.0/a17647233179c7056c4bde25fb807952e5fda613/spring-boot-admin-server-ui-3.2.0.jar/META-INF/spring-boot-admin-server-ui/sba-settings.jsMD5: 71a44ab7244cf673ace83fca9e07260aSHA1: 3cab9a0c3d0628fd9e5c0b8c048edf2014a6526dSHA256: 97ab9af0aa6acc2435eceb7c8654521a53892ae04cc4b2f5cbe0e9ff6af357cbReferenced In Projects/Scopes:
opencdx-admin:compileClasspath opencdx-admin:runtimeClasspath opencdx-admin:productionRuntimeClasspath Evidence Type Source Name Value Confidence
spring-boot-admin-starter-client-3.2.0.jarDescription:
Spring Boot Admin Client Starter License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/de.codecentric/spring-boot-admin-starter-client/3.2.0/51e08916fb42d4e84ab9a9e7157f7775183d3de2/spring-boot-admin-starter-client-3.2.0.jar
MD5: f885c044b70f9752de3e4c234fe55d4e
SHA1: 51e08916fb42d4e84ab9a9e7157f7775183d3de2
SHA256: 7fbb7fd192f8b2e0e302b441c860e4ce2496e6b4d0ff631b4b1d119acdaa1df3
Referenced In Projects/Scopes: opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-tinkar:runtimeClasspath opencdx-media:compileClasspath opencdx-audit:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-iam:compileClasspath opencdx-communications:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-communications:compileClasspath spring-boot-admin-starter-client-3.2.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name spring-boot-admin-starter-client High Vendor gradle artifactid spring-boot-admin-starter-client Highest Vendor gradle groupid de.codecentric Highest Vendor Manifest automatic-module-name de.codecentric.spring.boot.admin.starter.client Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor codecentric AG High Vendor pom artifactid spring-boot-admin-starter-client Low Vendor pom developer email spring-boot-admin@codecentric.de Low Vendor pom developer name codecentric AG Medium Vendor pom groupid de.codecentric Highest Vendor pom name Spring Boot Admin Client Starter High Vendor pom organization name codecentric AG High Vendor pom organization url http://www.codecentric.de Medium Vendor pom parent-artifactid spring-boot-admin-build Low Vendor pom url codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-starter-client/ Highest Product file name spring-boot-admin-starter-client High Product gradle artifactid spring-boot-admin-starter-client Highest Product Manifest automatic-module-name de.codecentric.spring.boot.admin.starter.client Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Boot Admin Client Starter High Product pom artifactid spring-boot-admin-starter-client Highest Product pom developer email spring-boot-admin@codecentric.de Low Product pom developer name codecentric AG Low Product pom groupid de.codecentric Highest Product pom name Spring Boot Admin Client Starter High Product pom organization name codecentric AG Low Product pom organization url http://www.codecentric.de Low Product pom parent-artifactid spring-boot-admin-build Medium Product pom url codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-starter-client/ High Version file version 3.2.0 High Version gradle version 3.2.0 Highest Version Manifest Implementation-Version 3.2.0 High Version pom version 3.2.0 Highest
spring-boot-admin-starter-server-3.2.0.jarDescription:
Spring Boot Admin Server Starter License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/de.codecentric/spring-boot-admin-starter-server/3.2.0/ec5cd1b9d38955bd17448e8190f6f7e6b2ae7f31/spring-boot-admin-starter-server-3.2.0.jar
MD5: 3d2125fab1e9c7cd9b3ba1fd8c938bc4
SHA1: ec5cd1b9d38955bd17448e8190f6f7e6b2ae7f31
SHA256: 20d7e31cbd75f94a5c2ce1c0c96c64c46168af82170fc63f5374fe5d33548a1a
Referenced In Projects/Scopes: opencdx-admin:compileClasspath opencdx-admin:runtimeClasspath opencdx-admin:productionRuntimeClasspath spring-boot-admin-starter-server-3.2.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name spring-boot-admin-starter-server High Vendor gradle artifactid spring-boot-admin-starter-server Highest Vendor gradle groupid de.codecentric Highest Vendor Manifest automatic-module-name de.codecentric.spring.boot.admin.starter.server Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor codecentric AG High Vendor pom artifactid spring-boot-admin-starter-server Low Vendor pom developer email spring-boot-admin@codecentric.de Low Vendor pom developer name codecentric AG Medium Vendor pom groupid de.codecentric Highest Vendor pom name Spring Boot Admin Server Starter High Vendor pom organization name codecentric AG High Vendor pom organization url http://www.codecentric.de Medium Vendor pom parent-artifactid spring-boot-admin-build Low Vendor pom url codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-starter-server/ Highest Product file name spring-boot-admin-starter-server High Product gradle artifactid spring-boot-admin-starter-server Highest Product Manifest automatic-module-name de.codecentric.spring.boot.admin.starter.server Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Boot Admin Server Starter High Product pom artifactid spring-boot-admin-starter-server Highest Product pom developer email spring-boot-admin@codecentric.de Low Product pom developer name codecentric AG Low Product pom groupid de.codecentric Highest Product pom name Spring Boot Admin Server Starter High Product pom organization name codecentric AG Low Product pom organization url http://www.codecentric.de Low Product pom parent-artifactid spring-boot-admin-build Medium Product pom url codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-starter-server/ High Version file version 3.2.0 High Version gradle version 3.2.0 Highest Version Manifest Implementation-Version 3.2.0 High Version pom version 3.2.0 Highest
spring-boot-autoconfigure-3.2.1.jar spring-boot-configuration-processor-3.2.1.jar spring-boot-starter-3.2.1.jar spring-boot-starter-actuator-3.2.1.jar spring-boot-starter-aop-3.2.1.jar spring-boot-starter-cache-3.2.1.jar spring-boot-starter-data-mongodb-3.2.1.jar spring-boot-starter-freemarker-3.2.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-freemarker/3.2.1/5e7e11fb1ae088b49ac52c012cc363bdc3992c0c/spring-boot-starter-freemarker-3.2.1.jarMD5: 773796266b059b08c30b54090be0bf11SHA1: 5e7e11fb1ae088b49ac52c012cc363bdc3992c0cSHA256: c9f5648876d763d24938a585659103efa31228e8e3d314314fabc60c474ef571Referenced In Projects/Scopes:
opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath spring-boot-starter-freemarker-3.2.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name spring-boot-starter-freemarker High Vendor gradle artifactid spring-boot-starter-freemarker Highest Vendor gradle groupid org.springframework.boot Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor Manifest automatic-module-name spring.boot.starter.freemarker Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest spring-boot-jar-type dependencies-starter Low Product file name spring-boot-starter-freemarker High Product gradle artifactid spring-boot-starter-freemarker Highest Product Manifest automatic-module-name spring.boot.starter.freemarker Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Starter for building MVC web applications using FreeMarker views High Product Manifest spring-boot-jar-type dependencies-starter Low Version file version 3.2.1 High Version Manifest Implementation-Version 3.2.1 High
spring-boot-starter-json-3.2.1.jar spring-boot-starter-logging-3.2.1.jar spring-boot-starter-reactor-netty-3.2.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-reactor-netty/3.2.1/cf2e69bfe097f0f43ca31cf6f7769bb584f9b868/spring-boot-starter-reactor-netty-3.2.1.jarMD5: 2290d99fb9a450f2652472da39123683SHA1: cf2e69bfe097f0f43ca31cf6f7769bb584f9b868SHA256: 3f173f4e14e117e2a9dc5d2038d472462df1617fa49ac8c7bca51202b4da93e1Referenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath spring-boot-starter-reactor-netty-3.2.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name spring-boot-starter-reactor-netty High Vendor gradle artifactid spring-boot-starter-reactor-netty Highest Vendor gradle groupid org.springframework.boot Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor Manifest automatic-module-name spring.boot.starter.reactor.netty Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest spring-boot-jar-type dependencies-starter Low Product file name spring-boot-starter-reactor-netty High Product gradle artifactid spring-boot-starter-reactor-netty Highest Product Manifest automatic-module-name spring.boot.starter.reactor.netty Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Starter for using Reactor Netty as the embedded reactive HTTP server. High Product Manifest spring-boot-jar-type dependencies-starter Low Version file version 3.2.1 High Version Manifest Implementation-Version 3.2.1 High
spring-boot-starter-security-3.2.1.jar spring-boot-starter-test-3.2.1.jar spring-boot-starter-thymeleaf-3.2.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-thymeleaf/3.2.1/47e7961d0b77a14d4eb10807f7a0cf25bd68b1f2/spring-boot-starter-thymeleaf-3.2.1.jarMD5: 9c0cb274a1b2bf022d507013713abf30SHA1: 47e7961d0b77a14d4eb10807f7a0cf25bd68b1f2SHA256: 244bc0eb5a2d797ba297bc352cfa4a58c9bf9a3ec7b3098d355ade8c377eca49Referenced In Projects/Scopes:
opencdx-admin:compileClasspath opencdx-communications:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-communications:compileClasspath spring-boot-starter-thymeleaf-3.2.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name spring-boot-starter-thymeleaf High Vendor gradle artifactid spring-boot-starter-thymeleaf Highest Vendor gradle groupid org.springframework.boot Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor Manifest automatic-module-name spring.boot.starter.thymeleaf Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest spring-boot-jar-type dependencies-starter Low Product file name spring-boot-starter-thymeleaf High Product gradle artifactid spring-boot-starter-thymeleaf Highest Product Manifest automatic-module-name spring.boot.starter.thymeleaf Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Starter for building MVC web applications using Thymeleaf views High Product Manifest spring-boot-jar-type dependencies-starter Low Version file version 3.2.1 High Version Manifest Implementation-Version 3.2.1 High
spring-boot-starter-tomcat-3.2.1.jar spring-boot-starter-validation-3.2.1.jar spring-boot-starter-web-3.2.1.jar spring-boot-starter-webflux-3.2.1.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-webflux/3.2.1/76a60825d60a58085ed2b5924af7f2c9b78a855a/spring-boot-starter-webflux-3.2.1.jarMD5: 6e8b0f9b44450a0f576c8f60e77eeb6fSHA1: 76a60825d60a58085ed2b5924af7f2c9b78a855aSHA256: 9111ed0e9f502da47d9be04e291710964b91749e0f57bfbb7fc6f53c566feab0Referenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath spring-boot-starter-webflux-3.2.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name spring-boot-starter-webflux High Vendor gradle artifactid spring-boot-starter-webflux Highest Vendor gradle groupid org.springframework.boot Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor Manifest automatic-module-name spring.boot.starter.webflux Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest spring-boot-jar-type dependencies-starter Low Product file name spring-boot-starter-webflux High Product gradle artifactid spring-boot-starter-webflux Highest Product Manifest automatic-module-name spring.boot.starter.webflux Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Starter for building WebFlux applications using Spring Framework's Reactive Web support High Product Manifest spring-boot-jar-type dependencies-starter Low Version file version 3.2.1 High Version Manifest Implementation-Version 3.2.1 High
spring-boot-test-3.2.1.jar spring-boot-test-autoconfigure-3.2.1.jar spring-bridge-3.0.5.jarDescription:
HK2 Spring Bridge License:
http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.hk2/spring-bridge/3.0.5/efa5fcbfe4f5d610b8adbd8391329a127ae7d0ee/spring-bridge-3.0.5.jar
MD5: 14bbd24d499c3bb45848b8c309ea8c5c
SHA1: efa5fcbfe4f5d610b8adbd8391329a127ae7d0ee
SHA256: acf2318b4ebe4e01f1a4e3ff95b24f454e621af3dc6466809848c2244f3f7d37
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath spring-bridge-3.0.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name spring-bridge High Vendor gradle artifactid spring-bridge Highest Vendor gradle groupid org.glassfish.hk2 Highest Vendor jar package name bridge Highest Vendor jar package name hk2 Highest Vendor jar package name spring Highest Vendor Manifest automatic-module-name org.glassfish.hk2.spring.bridge Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest bundle-docurl http://www.oracle.com Low Vendor Manifest bundle-symbolicname org.glassfish.hk2.spring-bridge Medium Vendor pom artifactid spring-bridge Low Vendor pom groupid org.glassfish.hk2 Highest Vendor pom name HK2 Spring Bridge High Vendor pom parent-artifactid hk2-parent Low Product file name spring-bridge High Product gradle artifactid spring-bridge Highest Product jar package name bridge Highest Product jar package name hk2 Highest Product jar package name spring Highest Product Manifest automatic-module-name org.glassfish.hk2.spring.bridge Medium Product Manifest build-jdk-spec 17 Low Product Manifest bundle-docurl http://www.oracle.com Low Product Manifest Bundle-Name HK2 Spring Bridge Medium Product Manifest bundle-symbolicname org.glassfish.hk2.spring-bridge Medium Product pom artifactid spring-bridge Highest Product pom groupid org.glassfish.hk2 Highest Product pom name HK2 Spring Bridge High Product pom parent-artifactid hk2-parent Medium Version file version 3.0.5 High Version gradle version 3.0.5 Highest Version Manifest Bundle-Version 3.0.5 High Version pom version 3.0.5 Highest
spring-cloud-commons-4.1.0.jar spring-cloud-config-client-4.1.0.jarDescription:
This project is a Spring configuration client. License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-config-client/4.1.0/8cd0713ef875da182193399640c01a126133befc/spring-cloud-config-client-4.1.0.jar
MD5: 206106544fc2d53f7c9250a31f239be5
SHA1: 8cd0713ef875da182193399640c01a126133befc
SHA256: b723cfacba6ffe293385a628b2ae0f7de2628bf3d540703d42421dc4255f38d8
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-config:productionRuntimeClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath spring-cloud-config-client-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-config@4.1.0 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-config-client High Vendor gradle artifactid spring-cloud-config-client Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor jar package name client Highest Vendor jar package name cloud Highest Vendor jar package name config Highest Vendor jar package name springframework Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-config-client Low Vendor pom developer email dsyer at pivotal.io Low Vendor pom developer email mgrzejszczak at pivotal.io Low Vendor pom developer email omaciaszeksharma at pivotal.io Low Vendor pom developer email rbaxter at pivotal.io Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id dsyer Medium Vendor pom developer id mgrzejszczak Medium Vendor pom developer id omaciaszeksharma Medium Vendor pom developer id rbaxter Medium Vendor pom developer id sgibb Medium Vendor pom developer name Dave Syer Medium Vendor pom developer name Marcin Grzejszczak Medium Vendor pom developer name Olga Maciaszek-Sharma Medium Vendor pom developer name Ryan Baxter Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name Spring Cloud Config Client High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-config Low Vendor pom url https://spring.io Highest Product file name spring-cloud-config-client High Product gradle artifactid spring-cloud-config-client Highest Product jar package name client Highest Product jar package name cloud Highest Product jar package name config Highest Product jar package name springframework Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Cloud Config Client High Product pom artifactid spring-cloud-config-client Highest Product pom developer email dsyer at pivotal.io Low Product pom developer email mgrzejszczak at pivotal.io Low Product pom developer email omaciaszeksharma at pivotal.io Low Product pom developer email rbaxter at pivotal.io Low Product pom developer email sgibb at pivotal.io Low Product pom developer id dsyer Low Product pom developer id mgrzejszczak Low Product pom developer id omaciaszeksharma Low Product pom developer id rbaxter Low Product pom developer id sgibb Low Product pom developer name Dave Syer Low Product pom developer name Marcin Grzejszczak Low Product pom developer name Olga Maciaszek-Sharma Low Product pom developer name Ryan Baxter Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name Spring Cloud Config Client High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-config Medium Product pom url https://spring.io Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-cloud-config-server-4.1.0.jarDescription:
spring-cloud-config-server License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-config-server/4.1.0/bfa22da2ebbd59f52cc3d09e41dcb7d5100b8b4f/spring-cloud-config-server-4.1.0.jar
MD5: 6803dcaf5890e873dabd7ac65f820294
SHA1: bfa22da2ebbd59f52cc3d09e41dcb7d5100b8b4f
SHA256: db9fe4ad6267cac0b20b1c22b48219b05f894a27547f8a841f6b3094cd3d9425
Referenced In Projects/Scopes: opencdx-config:compileClasspath opencdx-config:runtimeClasspath opencdx-config:productionRuntimeClasspath spring-cloud-config-server-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-config-server High Vendor gradle artifactid spring-cloud-config-server Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor jar package name cloud Highest Vendor jar package name config Highest Vendor jar package name server Highest Vendor jar package name springframework Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-config-server Low Vendor pom developer email dsyer at pivotal.io Low Vendor pom developer email mgrzejszczak at pivotal.io Low Vendor pom developer email omaciaszeksharma at pivotal.io Low Vendor pom developer email rbaxter at pivotal.io Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id dsyer Medium Vendor pom developer id mgrzejszczak Medium Vendor pom developer id omaciaszeksharma Medium Vendor pom developer id rbaxter Medium Vendor pom developer id sgibb Medium Vendor pom developer name Dave Syer Medium Vendor pom developer name Marcin Grzejszczak Medium Vendor pom developer name Olga Maciaszek-Sharma Medium Vendor pom developer name Ryan Baxter Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name spring-cloud-config-server High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-config Low Vendor pom url https://projects.spring.io/spring-cloud/spring-cloud-config-server/ Highest Product file name spring-cloud-config-server High Product gradle artifactid spring-cloud-config-server Highest Product jar package name cloud Highest Product jar package name config Highest Product jar package name server Highest Product jar package name springframework Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title spring-cloud-config-server High Product pom artifactid spring-cloud-config-server Highest Product pom developer email dsyer at pivotal.io Low Product pom developer email mgrzejszczak at pivotal.io Low Product pom developer email omaciaszeksharma at pivotal.io Low Product pom developer email rbaxter at pivotal.io Low Product pom developer email sgibb at pivotal.io Low Product pom developer id dsyer Low Product pom developer id mgrzejszczak Low Product pom developer id omaciaszeksharma Low Product pom developer id rbaxter Low Product pom developer id sgibb Low Product pom developer name Dave Syer Low Product pom developer name Marcin Grzejszczak Low Product pom developer name Olga Maciaszek-Sharma Low Product pom developer name Ryan Baxter Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name spring-cloud-config-server High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-config Medium Product pom url https://projects.spring.io/spring-cloud/spring-cloud-config-server/ Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-cloud-context-4.1.0.jar spring-cloud-gateway-server-4.1.0.jarDescription:
Spring Cloud Gateway Server License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-gateway-server/4.1.0/bd6c2462cd1d05181d8377e2a4d1bd4567f3aff8/spring-cloud-gateway-server-4.1.0.jar
MD5: 729e454556378bec5fe445deabb88657
SHA1: bd6c2462cd1d05181d8377e2a4d1bd4567f3aff8
SHA256: 68ea80a378ab432a5ba56df724d166017a34ae2375bc2c3535b26bf083127402
Referenced In Projects/Scopes: opencdx-gateway:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-gateway:runtimeClasspath spring-cloud-gateway-server-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-gateway-server High Vendor gradle artifactid spring-cloud-gateway-server Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor jar package name cloud Highest Vendor jar package name gateway Highest Vendor jar package name springframework Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-gateway-server Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id sgibb Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name Spring Cloud Gateway Server High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-gateway Low Vendor pom url https://spring.io/spring-cloud/spring-cloud-gateway/spring-cloud-gateway-server Highest Product file name spring-cloud-gateway-server High Product gradle artifactid spring-cloud-gateway-server Highest Product jar package name cloud Highest Product jar package name gateway Highest Product jar package name springframework Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Cloud Gateway Server High Product pom artifactid spring-cloud-gateway-server Highest Product pom developer email sgibb at pivotal.io Low Product pom developer id sgibb Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name Spring Cloud Gateway Server High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-gateway Medium Product pom url https://spring.io/spring-cloud/spring-cloud-gateway/spring-cloud-gateway-server Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-cloud-loadbalancer-4.1.0.jarDescription:
Spring Cloud Balancer License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-loadbalancer/4.1.0/a85c2102a320228b8d196a1bdacf9af06bb9e1dc/spring-cloud-loadbalancer-4.1.0.jar
MD5: 0e299d4fbcf929ea28fd7397b35fc338
SHA1: a85c2102a320228b8d196a1bdacf9af06bb9e1dc
SHA256: efd550933dfc9ab7fd1fb651f1e42bc3e0df446dc74fe80dd570461c5f99b21f
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath spring-cloud-loadbalancer-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-loadbalancer High Vendor gradle artifactid spring-cloud-loadbalancer Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor jar package name cloud Highest Vendor jar package name loadbalancer Highest Vendor jar package name springframework Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-loadbalancer Low Vendor pom developer email dsyer at pivotal.io Low Vendor pom developer email mgrzejszczak at pivotal.io Low Vendor pom developer email omaciaszeksharma at pivotal.io Low Vendor pom developer email rbaxter at pivotal.io Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id dsyer Medium Vendor pom developer id mgrzejszczak Medium Vendor pom developer id omaciaszeksharma Medium Vendor pom developer id rbaxter Medium Vendor pom developer id sgibb Medium Vendor pom developer name Dave Syer Medium Vendor pom developer name Marcin Grzejszczak Medium Vendor pom developer name Olga Maciaszek-Sharma Medium Vendor pom developer name Ryan Baxter Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name Spring Cloud Load Balancer High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-commons-parent Low Vendor pom url https://projects.spring.io/spring-cloud/spring-cloud-loadbalancer/ Highest Product file name spring-cloud-loadbalancer High Product gradle artifactid spring-cloud-loadbalancer Highest Product jar package name cloud Highest Product jar package name loadbalancer Highest Product jar package name springframework Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Cloud Load Balancer High Product pom artifactid spring-cloud-loadbalancer Highest Product pom developer email dsyer at pivotal.io Low Product pom developer email mgrzejszczak at pivotal.io Low Product pom developer email omaciaszeksharma at pivotal.io Low Product pom developer email rbaxter at pivotal.io Low Product pom developer email sgibb at pivotal.io Low Product pom developer id dsyer Low Product pom developer id mgrzejszczak Low Product pom developer id omaciaszeksharma Low Product pom developer id rbaxter Low Product pom developer id sgibb Low Product pom developer name Dave Syer Low Product pom developer name Marcin Grzejszczak Low Product pom developer name Olga Maciaszek-Sharma Low Product pom developer name Ryan Baxter Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name Spring Cloud Load Balancer High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-commons-parent Medium Product pom url https://projects.spring.io/spring-cloud/spring-cloud-loadbalancer/ Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-cloud-netflix-eureka-client-4.1.0.jarDescription:
Spring Cloud Netflix Eureka Client License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-netflix-eureka-client/4.1.0/4d04e44ab9cd3ec8ad9be3017328c623a356538b/spring-cloud-netflix-eureka-client-4.1.0.jar
MD5: 231fd7cfe41b527af4f2e0c33bdc2f70
SHA1: 4d04e44ab9cd3ec8ad9be3017328c623a356538b
SHA256: 63e0e6de8093279d46f4d29623fc938df3763cecd4bbed868acaadc7d8841afa
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath spring-cloud-netflix-eureka-client-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-netflix-eureka-client High Vendor gradle artifactid spring-cloud-netflix-eureka-client Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor jar package name cloud Highest Vendor jar package name eureka Highest Vendor jar package name netflix Highest Vendor jar package name springframework Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-netflix-eureka-client Low Vendor pom developer email dsyer at pivotal.io Low Vendor pom developer email mgrzejszczak at pivotal.io Low Vendor pom developer email omaciaszeksharma at pivotal.io Low Vendor pom developer email rbaxter at pivotal.io Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id dsyer Medium Vendor pom developer id mgrzejszczak Medium Vendor pom developer id omaciaszeksharma Medium Vendor pom developer id rbaxter Medium Vendor pom developer id sgibb Medium Vendor pom developer name Dave Syer Medium Vendor pom developer name Marcin Grzejszczak Medium Vendor pom developer name Olga Maciaszek-Sharma Medium Vendor pom developer name Ryan Baxter Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name Spring Cloud Netflix Eureka Client High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-netflix Low Vendor pom url https://spring.io/spring-cloud/spring-cloud-netflix/spring-cloud-netflix-eureka-client Highest Product file name spring-cloud-netflix-eureka-client High Product gradle artifactid spring-cloud-netflix-eureka-client Highest Product jar package name cloud Highest Product jar package name eureka Highest Product jar package name netflix Highest Product jar package name springframework Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Cloud Netflix Eureka Client High Product pom artifactid spring-cloud-netflix-eureka-client Highest Product pom developer email dsyer at pivotal.io Low Product pom developer email mgrzejszczak at pivotal.io Low Product pom developer email omaciaszeksharma at pivotal.io Low Product pom developer email rbaxter at pivotal.io Low Product pom developer email sgibb at pivotal.io Low Product pom developer id dsyer Low Product pom developer id mgrzejszczak Low Product pom developer id omaciaszeksharma Low Product pom developer id rbaxter Low Product pom developer id sgibb Low Product pom developer name Dave Syer Low Product pom developer name Marcin Grzejszczak Low Product pom developer name Olga Maciaszek-Sharma Low Product pom developer name Ryan Baxter Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name Spring Cloud Netflix Eureka Client High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-netflix Medium Product pom url https://spring.io/spring-cloud/spring-cloud-netflix/spring-cloud-netflix-eureka-client Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-cloud-netflix-eureka-server-4.1.0.jarDescription:
Spring Cloud Netflix License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-netflix-eureka-server/4.1.0/cc5749dfdf2f31e72709ff6ece0774f33c9bc95a/spring-cloud-netflix-eureka-server-4.1.0.jar
MD5: 9c91de061593c0c7d36fd18f41cfc4e0
SHA1: cc5749dfdf2f31e72709ff6ece0774f33c9bc95a
SHA256: 89d8ca73e70c303478af9bdb6ed06a7465d1357791270435f37ee2b0eb4b2378
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath spring-cloud-netflix-eureka-server-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-netflix-eureka-server High Vendor gradle artifactid spring-cloud-netflix-eureka-server Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor jar package name cloud Highest Vendor jar package name eureka Highest Vendor jar package name netflix Highest Vendor jar package name springframework Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-netflix-eureka-server Low Vendor pom developer email dsyer at pivotal.io Low Vendor pom developer email mgrzejszczak at pivotal.io Low Vendor pom developer email omaciaszeksharma at pivotal.io Low Vendor pom developer email rbaxter at pivotal.io Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id dsyer Medium Vendor pom developer id mgrzejszczak Medium Vendor pom developer id omaciaszeksharma Medium Vendor pom developer id rbaxter Medium Vendor pom developer id sgibb Medium Vendor pom developer name Dave Syer Medium Vendor pom developer name Marcin Grzejszczak Medium Vendor pom developer name Olga Maciaszek-Sharma Medium Vendor pom developer name Ryan Baxter Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name Spring Cloud Netflix Eureka Server High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-netflix Low Vendor pom url https://projects.spring.io/spring-cloud/ Highest Product file name spring-cloud-netflix-eureka-server High Product gradle artifactid spring-cloud-netflix-eureka-server Highest Product jar package name cloud Highest Product jar package name eureka Highest Product jar package name netflix Highest Product jar package name springframework Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Cloud Netflix Eureka Server High Product pom artifactid spring-cloud-netflix-eureka-server Highest Product pom developer email dsyer at pivotal.io Low Product pom developer email mgrzejszczak at pivotal.io Low Product pom developer email omaciaszeksharma at pivotal.io Low Product pom developer email rbaxter at pivotal.io Low Product pom developer email sgibb at pivotal.io Low Product pom developer id dsyer Low Product pom developer id mgrzejszczak Low Product pom developer id omaciaszeksharma Low Product pom developer id rbaxter Low Product pom developer id sgibb Low Product pom developer name Dave Syer Low Product pom developer name Marcin Grzejszczak Low Product pom developer name Olga Maciaszek-Sharma Low Product pom developer name Ryan Baxter Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name Spring Cloud Netflix Eureka Server High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-netflix Medium Product pom url https://projects.spring.io/spring-cloud/ Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-cloud-netflix-eureka-server-4.1.0.jar: wro.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-netflix-eureka-server/4.1.0/cc5749dfdf2f31e72709ff6ece0774f33c9bc95a/spring-cloud-netflix-eureka-server-4.1.0.jar/static/eureka/js/wro.jsMD5: 7b0bffad4d08f627e66cfa2b73b77c23SHA1: e06254ae55b625fcae827589a7b7e3e9c85f64f1SHA256: 017f59a40083b9a4a514e729379d8748bca72bd81458d4b92a71e9056d517cddReferenced In Projects/Scopes:
opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath Evidence Type Source Name Value Confidence
spring-cloud-openfeign-core-4.1.0.jarDescription:
Spring Cloud OpenFeign Core License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-openfeign-core/4.1.0/a8d8db55ffddb83ce8a8e3b2da115e7793c75f61/spring-cloud-openfeign-core-4.1.0.jar
MD5: 3433b10319296c66360c38f5deacf083
SHA1: a8d8db55ffddb83ce8a8e3b2da115e7793c75f61
SHA256: a2d44a976e02eb1088e8d04efdd7e39781611ac6b9f715e7cb7fe961d24a95ce
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath spring-cloud-openfeign-core-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-openfeign@4.1.0 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-openfeign-core High Vendor gradle artifactid spring-cloud-openfeign-core Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor jar package name cloud Highest Vendor jar package name openfeign Highest Vendor jar package name springframework Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-openfeign-core Low Vendor pom developer email dsyer at pivotal.io Low Vendor pom developer email mgrzejszczak at pivotal.io Low Vendor pom developer email omaciaszeksharma at pivotal.io Low Vendor pom developer email rbaxter at pivotal.io Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id dsyer Medium Vendor pom developer id mgrzejszczak Medium Vendor pom developer id omaciaszeksharma Medium Vendor pom developer id rbaxter Medium Vendor pom developer id sgibb Medium Vendor pom developer name Dave Syer Medium Vendor pom developer name Marcin Grzejszczak Medium Vendor pom developer name Olga Maciaszek-Sharma Medium Vendor pom developer name Ryan Baxter Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name Spring Cloud OpenFeign Core High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-openfeign Low Vendor pom url https://spring.io/spring-cloud/spring-cloud-openfeign/spring-cloud-openfeign-core Highest Product file name spring-cloud-openfeign-core High Product gradle artifactid spring-cloud-openfeign-core Highest Product jar package name cloud Highest Product jar package name openfeign Highest Product jar package name springframework Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Cloud OpenFeign Core High Product pom artifactid spring-cloud-openfeign-core Highest Product pom developer email dsyer at pivotal.io Low Product pom developer email mgrzejszczak at pivotal.io Low Product pom developer email omaciaszeksharma at pivotal.io Low Product pom developer email rbaxter at pivotal.io Low Product pom developer email sgibb at pivotal.io Low Product pom developer id dsyer Low Product pom developer id mgrzejszczak Low Product pom developer id omaciaszeksharma Low Product pom developer id rbaxter Low Product pom developer id sgibb Low Product pom developer name Dave Syer Low Product pom developer name Marcin Grzejszczak Low Product pom developer name Olga Maciaszek-Sharma Low Product pom developer name Ryan Baxter Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name Spring Cloud OpenFeign Core High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-openfeign Medium Product pom url https://spring.io/spring-cloud/spring-cloud-openfeign/spring-cloud-openfeign-core Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-cloud-starter-4.1.0.jar spring-cloud-starter-config-4.1.0.jarDescription:
Spring Cloud Starter License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-starter-config/4.1.0/728c5582b0e142d8bd61d9fc82904e45b8544569/spring-cloud-starter-config-4.1.0.jar
MD5: d5c3e46a4ebca3755561df04950c7285
SHA1: 728c5582b0e142d8bd61d9fc82904e45b8544569
SHA256: 1136885832552c454c8c52ed72a7c91741c0e466120c7bcf55d11d14b90e7c85
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath spring-cloud-starter-config-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-starter-config High Vendor gradle artifactid spring-cloud-starter-config Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-starter-config Low Vendor pom developer email dsyer at pivotal.io Low Vendor pom developer email mgrzejszczak at pivotal.io Low Vendor pom developer email omaciaszeksharma at pivotal.io Low Vendor pom developer email rbaxter at pivotal.io Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id dsyer Medium Vendor pom developer id mgrzejszczak Medium Vendor pom developer id omaciaszeksharma Medium Vendor pom developer id rbaxter Medium Vendor pom developer id sgibb Medium Vendor pom developer name Dave Syer Medium Vendor pom developer name Marcin Grzejszczak Medium Vendor pom developer name Olga Maciaszek-Sharma Medium Vendor pom developer name Ryan Baxter Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name spring-cloud-starter-config High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-config Low Vendor pom url https://projects.spring.io/spring-cloud Highest Product file name spring-cloud-starter-config High Product gradle artifactid spring-cloud-starter-config Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title spring-cloud-starter-config High Product pom artifactid spring-cloud-starter-config Highest Product pom developer email dsyer at pivotal.io Low Product pom developer email mgrzejszczak at pivotal.io Low Product pom developer email omaciaszeksharma at pivotal.io Low Product pom developer email rbaxter at pivotal.io Low Product pom developer email sgibb at pivotal.io Low Product pom developer id dsyer Low Product pom developer id mgrzejszczak Low Product pom developer id omaciaszeksharma Low Product pom developer id rbaxter Low Product pom developer id sgibb Low Product pom developer name Dave Syer Low Product pom developer name Marcin Grzejszczak Low Product pom developer name Olga Maciaszek-Sharma Low Product pom developer name Ryan Baxter Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name spring-cloud-starter-config High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-config Medium Product pom url https://projects.spring.io/spring-cloud Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-cloud-starter-gateway-4.1.0.jarDescription:
Spring Cloud Starter License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-starter-gateway/4.1.0/78c032b4fcacd067e74a65da744bf68fda32d5a2/spring-cloud-starter-gateway-4.1.0.jar
MD5: ce3b8fbe1b94e3653537ba55985449ec
SHA1: 78c032b4fcacd067e74a65da744bf68fda32d5a2
SHA256: 6e6c47b51203c423d4e82eda69a43c0d127312e66f51edb180017a933441b2ac
Referenced In Projects/Scopes: opencdx-gateway:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-gateway:runtimeClasspath spring-cloud-starter-gateway-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-starter-gateway High Vendor gradle artifactid spring-cloud-starter-gateway Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-starter-gateway Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id sgibb Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name spring-cloud-starter-gateway High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-gateway Low Vendor pom url https://projects.spring.io/spring-cloud Highest Product file name spring-cloud-starter-gateway High Product gradle artifactid spring-cloud-starter-gateway Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title spring-cloud-starter-gateway High Product pom artifactid spring-cloud-starter-gateway Highest Product pom developer email sgibb at pivotal.io Low Product pom developer id sgibb Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name spring-cloud-starter-gateway High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-gateway Medium Product pom url https://projects.spring.io/spring-cloud Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-cloud-starter-loadbalancer-4.1.0.jarDescription:
Spring Cloud Starter LoadBalancer License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-starter-loadbalancer/4.1.0/7171ee414a7832fc7bfbfa5c69dcb035b3bec3d2/spring-cloud-starter-loadbalancer-4.1.0.jar
MD5: f593265197b488a4601c991fa28c76c3
SHA1: 7171ee414a7832fc7bfbfa5c69dcb035b3bec3d2
SHA256: 51a6b8d4373dbd1c46dda27062e26c68634c58f8ffb5b0a462e5e45572f2597b
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath spring-cloud-starter-loadbalancer-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-starter-loadbalancer High Vendor gradle artifactid spring-cloud-starter-loadbalancer Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-starter-loadbalancer Low Vendor pom developer email dsyer at pivotal.io Low Vendor pom developer email mgrzejszczak at pivotal.io Low Vendor pom developer email omaciaszeksharma at pivotal.io Low Vendor pom developer email rbaxter at pivotal.io Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id dsyer Medium Vendor pom developer id mgrzejszczak Medium Vendor pom developer id omaciaszeksharma Medium Vendor pom developer id rbaxter Medium Vendor pom developer id sgibb Medium Vendor pom developer name Dave Syer Medium Vendor pom developer name Marcin Grzejszczak Medium Vendor pom developer name Olga Maciaszek-Sharma Medium Vendor pom developer name Ryan Baxter Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name spring-cloud-starter-loadbalancer High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-commons-parent Low Vendor pom url https://projects.spring.io/spring-cloud Highest Product file name spring-cloud-starter-loadbalancer High Product gradle artifactid spring-cloud-starter-loadbalancer Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title spring-cloud-starter-loadbalancer High Product pom artifactid spring-cloud-starter-loadbalancer Highest Product pom developer email dsyer at pivotal.io Low Product pom developer email mgrzejszczak at pivotal.io Low Product pom developer email omaciaszeksharma at pivotal.io Low Product pom developer email rbaxter at pivotal.io Low Product pom developer email sgibb at pivotal.io Low Product pom developer id dsyer Low Product pom developer id mgrzejszczak Low Product pom developer id omaciaszeksharma Low Product pom developer id rbaxter Low Product pom developer id sgibb Low Product pom developer name Dave Syer Low Product pom developer name Marcin Grzejszczak Low Product pom developer name Olga Maciaszek-Sharma Low Product pom developer name Ryan Baxter Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name spring-cloud-starter-loadbalancer High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-commons-parent Medium Product pom url https://projects.spring.io/spring-cloud Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-cloud-starter-netflix-eureka-client-4.1.0.jarDescription:
Spring Cloud Starter Netflix Eureka Client License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client/4.1.0/66077e7c4198db4c351391dd2e96399cff857f47/spring-cloud-starter-netflix-eureka-client-4.1.0.jar
MD5: 98bb52239decbde5432371e1b6a13f18
SHA1: 66077e7c4198db4c351391dd2e96399cff857f47
SHA256: dd0143903122d9a0cf94186c8f23c1532803aeca13f96a66b4c81350ebdcf4a7
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-config:productionRuntimeClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath spring-cloud-starter-netflix-eureka-client-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-routine@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-protector@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-admin@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-communications@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-audit@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-predictor@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-helloworld@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-config@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-tinkar@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-media@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-anf@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-questionnaire@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-connected-test@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-iam@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-gateway@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-starter-netflix-eureka-client High Vendor gradle artifactid spring-cloud-starter-netflix-eureka-client Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-starter-netflix-eureka-client Low Vendor pom developer email dsyer at pivotal.io Low Vendor pom developer email mgrzejszczak at pivotal.io Low Vendor pom developer email omaciaszeksharma at pivotal.io Low Vendor pom developer email rbaxter at pivotal.io Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id dsyer Medium Vendor pom developer id mgrzejszczak Medium Vendor pom developer id omaciaszeksharma Medium Vendor pom developer id rbaxter Medium Vendor pom developer id sgibb Medium Vendor pom developer name Dave Syer Medium Vendor pom developer name Marcin Grzejszczak Medium Vendor pom developer name Olga Maciaszek-Sharma Medium Vendor pom developer name Ryan Baxter Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name Spring Cloud Starter Netflix Eureka Client High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-netflix Low Vendor pom url https://projects.spring.io/spring-cloud Highest Product file name spring-cloud-starter-netflix-eureka-client High Product gradle artifactid spring-cloud-starter-netflix-eureka-client Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Cloud Starter Netflix Eureka Client High Product pom artifactid spring-cloud-starter-netflix-eureka-client Highest Product pom developer email dsyer at pivotal.io Low Product pom developer email mgrzejszczak at pivotal.io Low Product pom developer email omaciaszeksharma at pivotal.io Low Product pom developer email rbaxter at pivotal.io Low Product pom developer email sgibb at pivotal.io Low Product pom developer id dsyer Low Product pom developer id mgrzejszczak Low Product pom developer id omaciaszeksharma Low Product pom developer id rbaxter Low Product pom developer id sgibb Low Product pom developer name Dave Syer Low Product pom developer name Marcin Grzejszczak Low Product pom developer name Olga Maciaszek-Sharma Low Product pom developer name Ryan Baxter Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name Spring Cloud Starter Netflix Eureka Client High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-netflix Medium Product pom url https://projects.spring.io/spring-cloud Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-cloud-starter-netflix-eureka-server-4.1.0.jarDescription:
Spring Cloud Starter Netflix Eureka Server License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server/4.1.0/b2d66e39eab46f92bd54e3dd1c6a4b8eb165ce/spring-cloud-starter-netflix-eureka-server-4.1.0.jar
MD5: 3d6c4f56035e7e5cdf76caedd1341f97
SHA1: 00b2d66e39eab46f92bd54e3dd1c6a4b8eb165ce
SHA256: 900f56f6049ce8b00794e47fe2199c191666d655a9572a3a86077c6aa9d1f71d
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath spring-cloud-starter-netflix-eureka-server-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-discovery@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-starter-netflix-eureka-server High Vendor gradle artifactid spring-cloud-starter-netflix-eureka-server Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-starter-netflix-eureka-server Low Vendor pom developer email dsyer at pivotal.io Low Vendor pom developer email mgrzejszczak at pivotal.io Low Vendor pom developer email omaciaszeksharma at pivotal.io Low Vendor pom developer email rbaxter at pivotal.io Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id dsyer Medium Vendor pom developer id mgrzejszczak Medium Vendor pom developer id omaciaszeksharma Medium Vendor pom developer id rbaxter Medium Vendor pom developer id sgibb Medium Vendor pom developer name Dave Syer Medium Vendor pom developer name Marcin Grzejszczak Medium Vendor pom developer name Olga Maciaszek-Sharma Medium Vendor pom developer name Ryan Baxter Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name Spring Cloud Starter Netflix Eureka Server High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-netflix Low Vendor pom url https://projects.spring.io/spring-cloud Highest Product file name spring-cloud-starter-netflix-eureka-server High Product gradle artifactid spring-cloud-starter-netflix-eureka-server Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Cloud Starter Netflix Eureka Server High Product pom artifactid spring-cloud-starter-netflix-eureka-server Highest Product pom developer email dsyer at pivotal.io Low Product pom developer email mgrzejszczak at pivotal.io Low Product pom developer email omaciaszeksharma at pivotal.io Low Product pom developer email rbaxter at pivotal.io Low Product pom developer email sgibb at pivotal.io Low Product pom developer id dsyer Low Product pom developer id mgrzejszczak Low Product pom developer id omaciaszeksharma Low Product pom developer id rbaxter Low Product pom developer id sgibb Low Product pom developer name Dave Syer Low Product pom developer name Marcin Grzejszczak Low Product pom developer name Olga Maciaszek-Sharma Low Product pom developer name Ryan Baxter Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name Spring Cloud Starter Netflix Eureka Server High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-netflix Medium Product pom url https://projects.spring.io/spring-cloud Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-cloud-starter-openfeign-4.1.0.jarDescription:
Spring Cloud Starter OpenFeign License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-starter-openfeign/4.1.0/1ec867ae2e6f9f0bf06b8b65bc79df0b7573f7a3/spring-cloud-starter-openfeign-4.1.0.jar
MD5: a3b2fd10302bd06c2fe954821fb16165
SHA1: 1ec867ae2e6f9f0bf06b8b65bc79df0b7573f7a3
SHA256: 3967b15f078accd1f876bdecba3150e3f58d9ef16fbf8a1f353c89b42a9c14e0
Referenced In Projects/Scopes: opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-audit:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath spring-cloud-starter-openfeign-4.1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name spring-cloud-starter-openfeign High Vendor gradle artifactid spring-cloud-starter-openfeign Highest Vendor gradle groupid org.springframework.cloud Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Pivotal Software, Inc. High Vendor pom artifactid spring-cloud-starter-openfeign Low Vendor pom developer email dsyer at pivotal.io Low Vendor pom developer email mgrzejszczak at pivotal.io Low Vendor pom developer email omaciaszeksharma at pivotal.io Low Vendor pom developer email rbaxter at pivotal.io Low Vendor pom developer email sgibb at pivotal.io Low Vendor pom developer id dsyer Medium Vendor pom developer id mgrzejszczak Medium Vendor pom developer id omaciaszeksharma Medium Vendor pom developer id rbaxter Medium Vendor pom developer id sgibb Medium Vendor pom developer name Dave Syer Medium Vendor pom developer name Marcin Grzejszczak Medium Vendor pom developer name Olga Maciaszek-Sharma Medium Vendor pom developer name Ryan Baxter Medium Vendor pom developer name Spencer Gibb Medium Vendor pom developer org Pivotal Software, Inc. Medium Vendor pom developer org URL https://www.spring.io Medium Vendor pom groupid org.springframework.cloud Highest Vendor pom name Spring Cloud Starter OpenFeign High Vendor pom organization name Pivotal Software, Inc. High Vendor pom organization url https://www.spring.io Medium Vendor pom parent-artifactid spring-cloud-openfeign Low Vendor pom url https://projects.spring.io/spring-cloud Highest Product file name spring-cloud-starter-openfeign High Product gradle artifactid spring-cloud-starter-openfeign Highest Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title Spring Cloud Starter OpenFeign High Product pom artifactid spring-cloud-starter-openfeign Highest Product pom developer email dsyer at pivotal.io Low Product pom developer email mgrzejszczak at pivotal.io Low Product pom developer email omaciaszeksharma at pivotal.io Low Product pom developer email rbaxter at pivotal.io Low Product pom developer email sgibb at pivotal.io Low Product pom developer id dsyer Low Product pom developer id mgrzejszczak Low Product pom developer id omaciaszeksharma Low Product pom developer id rbaxter Low Product pom developer id sgibb Low Product pom developer name Dave Syer Low Product pom developer name Marcin Grzejszczak Low Product pom developer name Olga Maciaszek-Sharma Low Product pom developer name Ryan Baxter Low Product pom developer name Spencer Gibb Low Product pom developer org Pivotal Software, Inc. Low Product pom developer org URL https://www.spring.io Low Product pom groupid org.springframework.cloud Highest Product pom name Spring Cloud Starter OpenFeign High Product pom organization name Pivotal Software, Inc. Low Product pom organization url https://www.spring.io Low Product pom parent-artifactid spring-cloud-openfeign Medium Product pom url https://projects.spring.io/spring-cloud Medium Version file version 4.1.0 High Version gradle version 4.1.0 Highest Version Manifest Implementation-Version 4.1.0 High Version pom version 4.1.0 Highest
spring-context-6.1.2.jar spring-context-support-6.1.2.jar spring-core-6.1.2.jar spring-data-commons-3.2.1.jar spring-data-mongodb-4.2.1.jar spring-expression-6.1.2.jar spring-jcl-6.1.2.jar spring-security-config-6.2.1.jar spring-security-core-6.2.1.jar spring-security-crypto-6.2.1.jar spring-security-rsa-1.1.1.jar spring-security-web-6.2.1.jar spring-test-6.1.2.jar spring-tx-6.1.2.jar spring-web-6.1.2.jar spring-webflux-6.1.2.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.springframework/spring-webflux/6.1.2/c011bae0706c2962b046b0ac3d0abe896a26da56/spring-webflux-6.1.2.jarMD5: 6f53f84e4a8bc838bff0770dc89e9a3bSHA1: c011bae0706c2962b046b0ac3d0abe896a26da56SHA256: fa2cb2ad6957de359e2a26bbf0c2dc15e4eef990b6e58640adb31db208769290Referenced In Projects/Scopes:
opencdx-client:productionRuntimeClasspath opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath spring-webflux-6.1.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-gateway@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name spring-webflux High Vendor gradle artifactid spring-webflux Highest Vendor gradle groupid org.springframework Highest Vendor hint analyzer vendor pivotal software Highest Vendor hint analyzer vendor SpringSource Highest Vendor hint analyzer vendor vmware Highest Vendor jar package name reactive Low Vendor jar package name springframework Low Vendor jar package name web Low Vendor Manifest automatic-module-name spring.webflux Medium Product file name spring-webflux High Product gradle artifactid spring-webflux Highest Product jar package name reactive Low Product jar package name web Low Product Manifest automatic-module-name spring.webflux Medium Product Manifest Implementation-Title spring-webflux High Version file version 6.1.2 High Version Manifest Implementation-Version 6.1.2 High
CVE-2024-22233 suppress
In Spring Framework versions 6.0.15 and 6.1.2, it is possible for a user to provide specially crafted HTTP requests that may cause a denial-of-service (DoS) condition.
Specifically, an application is vulnerable when all of the following are true:
* the application uses Spring MVC
* Spring Security 6.1.6+ or 6.2.1+ is on the classpath
Typically, Spring Boot applications need the org.springframework.boot:spring-boot-starter-web��and org.springframework.boot:spring-boot-starter-security��dependencies to meet all conditions.
NVD-CWE-noinfo
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
spring-webmvc-6.1.2.jar springdoc-openapi-starter-common-2.3.0.jar springdoc-openapi-starter-webmvc-api-2.3.0.jar springdoc-openapi-starter-webmvc-ui-2.3.0.jar sshd-osgi-2.10.0.jarDescription:
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.sshd/sshd-osgi/2.10.0/3677ac1da780b7bdb682da50b762d79ea0d940d/sshd-osgi-2.10.0.jar
MD5: d3ba3fa461e32dbd8d00993b570c90e5
SHA1: 03677ac1da780b7bdb682da50b762d79ea0d940d
SHA256: 90c50ae43863e577b5a908abee1ba02b1baa86305eeb602abbad821518cb1725
Referenced In Projects/Scopes: opencdx-config:compileClasspath opencdx-config:runtimeClasspath opencdx-config:productionRuntimeClasspath sshd-osgi-2.10.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name sshd-osgi High Vendor gradle artifactid sshd-osgi Highest Vendor gradle groupid org.apache.sshd Highest Vendor jar package name apache Highest Vendor jar package name sshd Highest Vendor Manifest automatic-module-name org.apache.sshd.osgi Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest bundle-docurl https://www.apache.org/ Low Vendor Manifest bundle-symbolicname org.apache.sshd.osgi Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest originally-created-by Apache Maven Bundle Plugin 5.1.8 Low Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid sshd-osgi Low Vendor pom groupid org.apache.sshd Highest Vendor pom name Apache Mina SSHD :: OSGi High Vendor pom parent-artifactid sshd Low Product file name sshd-osgi High Product gradle artifactid sshd-osgi Highest Product jar package name apache Highest Product jar package name server Highest Product jar package name sshd Highest Product Manifest automatic-module-name org.apache.sshd.osgi Medium Product Manifest build-jdk-spec 17 Low Product Manifest bundle-docurl https://www.apache.org/ Low Product Manifest Bundle-Name Apache Mina SSHD :: OSGi Medium Product Manifest bundle-symbolicname org.apache.sshd.osgi Medium Product Manifest Implementation-Title Apache Mina SSHD :: OSGi High Product Manifest originally-created-by Apache Maven Bundle Plugin 5.1.8 Low Product Manifest specification-title Apache Mina SSHD :: OSGi Medium Product pom artifactid sshd-osgi Highest Product pom groupid org.apache.sshd Highest Product pom name Apache Mina SSHD :: OSGi High Product pom parent-artifactid sshd Medium Version file version 2.10.0 High Version gradle version 2.10.0 Highest Version Manifest Bundle-Version 2.10.0 High Version Manifest Implementation-Version 2.10.0 High Version pom version 2.10.0 Highest
CVE-2023-48795 suppress
The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH's use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust. CWE-354 Improper Validation of Integrity Check Value
CVSSv3:
Base Score: MEDIUM (5.9) Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:2.2/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
sshd-sftp-2.10.0.jarDescription:
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users. License:
https://www.apache.org/licenses/LICENSE-2.0 File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.sshd/sshd-sftp/2.10.0/88707339ac0693d48df0ec1bafb84c78d792ed08/sshd-sftp-2.10.0.jar
MD5: 86b6dfc7e97eae2ad56e7e5e840521ce
SHA1: 88707339ac0693d48df0ec1bafb84c78d792ed08
SHA256: af28d7d059eeeac3080a58d98bc75d23186cead52b9aa7c92763c2ee7b966a4c
Referenced In Projects/Scopes: opencdx-config:compileClasspath opencdx-config:runtimeClasspath opencdx-config:productionRuntimeClasspath sshd-sftp-2.10.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name sshd-sftp High Vendor gradle artifactid sshd-sftp Highest Vendor gradle groupid org.apache.sshd Highest Vendor jar package name apache Highest Vendor jar package name sftp Highest Vendor jar package name sshd Highest Vendor Manifest automatic-module-name org.apache.sshd.sftp Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest bundle-docurl https://www.apache.org/ Low Vendor Manifest bundle-symbolicname org.apache.sshd.sftp Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid sshd-sftp Low Vendor pom groupid org.apache.sshd Highest Vendor pom name Apache Mina SSHD :: SFTP High Vendor pom parent-artifactid sshd Low Product file name sshd-sftp High Product gradle artifactid sshd-sftp Highest Product jar package name apache Highest Product jar package name server Highest Product jar package name sftp Highest Product jar package name sshd Highest Product Manifest automatic-module-name org.apache.sshd.sftp Medium Product Manifest build-jdk-spec 17 Low Product Manifest bundle-docurl https://www.apache.org/ Low Product Manifest Bundle-Name Apache Mina SSHD :: SFTP Medium Product Manifest bundle-symbolicname org.apache.sshd.sftp Medium Product Manifest Implementation-Title Apache Mina SSHD :: SFTP High Product Manifest specification-title Apache Mina SSHD :: SFTP Medium Product pom artifactid sshd-sftp Highest Product pom groupid org.apache.sshd Highest Product pom name Apache Mina SSHD :: SFTP High Product pom parent-artifactid sshd Medium Version file version 2.10.0 High Version gradle version 2.10.0 Highest Version Manifest Bundle-Version 2.10.0 High Version Manifest Implementation-Version 2.10.0 High Version pom version 2.10.0 Highest
CVE-2023-48795 suppress
The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH's use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust. CWE-354 Improper Validation of Integrity Check Value
CVSSv3:
Base Score: MEDIUM (5.9) Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:2.2/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
stax2-api-4.2.1.jarDescription:
tax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.
License:
The BSD License: http://www.opensource.org/licenses/bsd-license.php File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.codehaus.woodstox/stax2-api/4.2.1/a3f7325c52240418c2ba257b103c3c550e140c83/stax2-api-4.2.1.jar
MD5: af8377bc7882332e22456616a9f164f6
SHA1: a3f7325c52240418c2ba257b103c3c550e140c83
SHA256: 678567e48b51a42c65c699f266539ad3d676d4b1a5b0ad7d89ece8b9d5772579
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath stax2-api-4.2.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.boot/spring-boot-starter-actuator@3.2.1 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.boot/spring-boot-starter-actuator@3.2.1 Evidence Type Source Name Value Confidence Vendor file name stax2-api High Vendor gradle artifactid stax2-api Highest Vendor gradle groupid org.codehaus.woodstox Highest Vendor jar package name codehaus Highest Vendor jar package name stax2 Highest Vendor jar package name typed Highest Vendor jar package name validation Highest Vendor Manifest automatic-module-name org.codehaus.stax2 Medium Vendor Manifest bundle-docurl http://github.com/FasterXML/stax2-api Low Vendor Manifest bundle-symbolicname stax2-api Medium Vendor Manifest implementation-build-date 2020-05-14 04:15:18+0000 Low Vendor Manifest Implementation-Vendor fasterxml.com High Vendor Manifest Implementation-Vendor-Id org.codehaus.woodstox Medium Vendor Manifest specification-vendor fasterxml.com Low Vendor pom artifactid stax2-api Low Vendor pom developer email tatu@fasterxml.com Low Vendor pom developer id tatu Medium Vendor pom developer name Tatu Saloranta Medium Vendor pom groupid org.codehaus.woodstox Highest Vendor pom name Stax2 API High Vendor pom organization name fasterxml.com High Vendor pom organization url http://fasterxml.com Medium Vendor pom parent-artifactid oss-parent Low Vendor pom parent-groupid com.fasterxml Medium Vendor pom url http://github.com/FasterXML/stax2-api Highest Product file name stax2-api High Product gradle artifactid stax2-api Highest Product jar package name codehaus Highest Product jar package name stax2 Highest Product jar package name typed Highest Product jar package name validation Highest Product Manifest automatic-module-name org.codehaus.stax2 Medium Product Manifest bundle-docurl http://github.com/FasterXML/stax2-api Low Product Manifest Bundle-Name Stax2 API Medium Product Manifest bundle-symbolicname stax2-api Medium Product Manifest implementation-build-date 2020-05-14 04:15:18+0000 Low Product Manifest Implementation-Title Stax2 API High Product Manifest specification-title Stax2 API Medium Product pom artifactid stax2-api Highest Product pom developer email tatu@fasterxml.com Low Product pom developer id tatu Low Product pom developer name Tatu Saloranta Low Product pom groupid org.codehaus.woodstox Highest Product pom name Stax2 API High Product pom organization name fasterxml.com Low Product pom organization url http://fasterxml.com Low Product pom parent-artifactid oss-parent Medium Product pom parent-groupid com.fasterxml Medium Product pom url http://github.com/FasterXML/stax2-api Medium Version file version 4.2.1 High Version gradle version 4.2.1 Highest Version Manifest Bundle-Version 4.2.1 High Version Manifest Implementation-Version 4.2.1 High Version pom parent-version 4.2.1 Low Version pom version 4.2.1 Highest
stringtemplate-3.2.1.jarDescription:
StringTemplate is a java template engine for generating source code,
web pages, emails, or any other formatted text output.
StringTemplate is particularly good at multi-targeted code generators,
multiple site skins, and internationalization/localization.
It evolved over years of effort developing jGuru.com.
StringTemplate also generates the stringtemplate website: http://www.stringtemplate.org
and powers the ANTLR v3 code generator. Its distinguishing characteristic
is that unlike other engines, it strictly enforces model-view separation.
Strict separation makes websites and code generators more flexible
and maintainable; it also provides an excellent defense against malicious
template authors.
There are currently about 600 StringTemplate source downloads a month.
License:
BSD licence: http://antlr.org/license.html File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.antlr/stringtemplate/3.2.1/59ec8083721eae215c6f3caee944c410d2be34de/stringtemplate-3.2.1.jar
MD5: b58ca53e518a92a1991eb63b61917582
SHA1: 59ec8083721eae215c6f3caee944c410d2be34de
SHA256: f66ce72e965e5301cb0f020e54d2ba6ad76feb91b3cbfc30dbbf00c06a6df6d7
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath stringtemplate-3.2.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name stringtemplate High Vendor gradle artifactid stringtemplate Highest Vendor gradle groupid org.antlr Highest Vendor jar package name antlr Highest Vendor jar package name antlr Low Vendor jar package name language Low Vendor jar package name stringtemplate Highest Vendor jar package name stringtemplate Low Vendor pom artifactid stringtemplate Low Vendor pom developer email jimi@temporal-wave.com Low Vendor pom developer email parrt@antlr.org Low Vendor pom developer name Jim Idle Medium Vendor pom developer name Terence Parr Medium Vendor pom developer org Temporal Wave LLC Medium Vendor pom developer org USFCA Medium Vendor pom developer org URL http://www.cs.usfca.edu Medium Vendor pom developer org URL http://www.temporal-wave.com Medium Vendor pom groupid org.antlr Highest Vendor pom name ANTLR StringTemplate High Vendor pom url http://www.stringtemplate.org Highest Product file name stringtemplate High Product gradle artifactid stringtemplate Highest Product jar package name antlr Highest Product jar package name language Low Product jar package name stringtemplate Highest Product jar package name stringtemplate Low Product pom artifactid stringtemplate Highest Product pom developer email jimi@temporal-wave.com Low Product pom developer email parrt@antlr.org Low Product pom developer name Jim Idle Low Product pom developer name Terence Parr Low Product pom developer org Temporal Wave LLC Low Product pom developer org USFCA Low Product pom developer org URL http://www.cs.usfca.edu Low Product pom developer org URL http://www.temporal-wave.com Low Product pom groupid org.antlr Highest Product pom name ANTLR StringTemplate High Product pom url http://www.stringtemplate.org Medium Version file version 3.2.1 High Version gradle version 3.2.1 Highest Version pom version 3.2.1 Highest
swagger-annotations-jakarta-2.2.19.jar swagger-core-jakarta-2.2.19.jar swagger-models-jakarta-2.2.19.jar swagger-ui-5.10.3.jar swagger-ui-5.10.3.jar: swagger-initializer.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.webjars/swagger-ui/5.10.3/744ae2862cc79c137020f2ce6e07de2f1d6a2657/swagger-ui-5.10.3.jar/META-INF/resources/webjars/swagger-ui/5.10.3/swagger-initializer.jsMD5: ff995915f51c051c59fed883f5d7be28SHA1: c434dd8fbfa625a10351681d3037ee79d5682207SHA256: a895034f24f12d7cd81ec47c98da4f15721d9d9a8d2405f22f21704821f81d02Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath Evidence Type Source Name Value Confidence
Related Dependencies swagger-ui-5.10.3.jar: swagger-initializer.js.gz: swagger-initializer.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.webjars/swagger-ui/5.10.3/744ae2862cc79c137020f2ce6e07de2f1d6a2657/swagger-ui-5.10.3.jar/META-INF/resources/webjars/swagger-ui/5.10.3/swagger-initializer.js.gz/swagger-initializer.js MD5: ff995915f51c051c59fed883f5d7be28 SHA1: c434dd8fbfa625a10351681d3037ee79d5682207 SHA256: a895034f24f12d7cd81ec47c98da4f15721d9d9a8d2405f22f21704821f81d02 swagger-ui-5.10.3.jar: swagger-ui-bundle.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.webjars/swagger-ui/5.10.3/744ae2862cc79c137020f2ce6e07de2f1d6a2657/swagger-ui-5.10.3.jar/META-INF/resources/webjars/swagger-ui/5.10.3/swagger-ui-bundle.jsMD5: 242f91a441dce3d82be1376a0185b753SHA1: 828bfc7bcb3c6aaf189f85fcd50c4036d9b32337SHA256: 302ee6fcf21b58a610c35a7b79c2e688527cdbb73e8f863eaedbdb21593e2fb9Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath Evidence Type Source Name Value Confidence
Related Dependencies swagger-ui-5.10.3.jar: swagger-ui-bundle.js.gz: swagger-ui-bundle.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.webjars/swagger-ui/5.10.3/744ae2862cc79c137020f2ce6e07de2f1d6a2657/swagger-ui-5.10.3.jar/META-INF/resources/webjars/swagger-ui/5.10.3/swagger-ui-bundle.js.gz/swagger-ui-bundle.js MD5: 242f91a441dce3d82be1376a0185b753 SHA1: 828bfc7bcb3c6aaf189f85fcd50c4036d9b32337 SHA256: 302ee6fcf21b58a610c35a7b79c2e688527cdbb73e8f863eaedbdb21593e2fb9 swagger-ui-5.10.3.jar: swagger-ui-es-bundle-core.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.webjars/swagger-ui/5.10.3/744ae2862cc79c137020f2ce6e07de2f1d6a2657/swagger-ui-5.10.3.jar/META-INF/resources/webjars/swagger-ui/5.10.3/swagger-ui-es-bundle-core.jsMD5: cf6f969f78682ac614f51c56c5732a36SHA1: d58ce83f2a77cf8c4258c92936d5bbebf108d543SHA256: 6773199a4d75a66c27ab486c459249928e428271b3161240ed5a82ca94d68645Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath Evidence Type Source Name Value Confidence
Related Dependencies swagger-ui-5.10.3.jar: swagger-ui-es-bundle-core.js.gz: swagger-ui-es-bundle-core.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.webjars/swagger-ui/5.10.3/744ae2862cc79c137020f2ce6e07de2f1d6a2657/swagger-ui-5.10.3.jar/META-INF/resources/webjars/swagger-ui/5.10.3/swagger-ui-es-bundle-core.js.gz/swagger-ui-es-bundle-core.js MD5: cf6f969f78682ac614f51c56c5732a36 SHA1: d58ce83f2a77cf8c4258c92936d5bbebf108d543 SHA256: 6773199a4d75a66c27ab486c459249928e428271b3161240ed5a82ca94d68645 swagger-ui-5.10.3.jar: swagger-ui-es-bundle.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.webjars/swagger-ui/5.10.3/744ae2862cc79c137020f2ce6e07de2f1d6a2657/swagger-ui-5.10.3.jar/META-INF/resources/webjars/swagger-ui/5.10.3/swagger-ui-es-bundle.jsMD5: 9ceb54ee5c0742df4c12a089ec34932dSHA1: 85bc2b9310c5eab4ec052455e34c9f0909741c5cSHA256: 60e1d28eb969cfa1b1a919a0bb091d863478776b7a05bb9a20e855d404d98853Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath Evidence Type Source Name Value Confidence
Related Dependencies swagger-ui-5.10.3.jar: swagger-ui-es-bundle.js.gz: swagger-ui-es-bundle.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.webjars/swagger-ui/5.10.3/744ae2862cc79c137020f2ce6e07de2f1d6a2657/swagger-ui-5.10.3.jar/META-INF/resources/webjars/swagger-ui/5.10.3/swagger-ui-es-bundle.js.gz/swagger-ui-es-bundle.js MD5: 9ceb54ee5c0742df4c12a089ec34932d SHA1: 85bc2b9310c5eab4ec052455e34c9f0909741c5c SHA256: 60e1d28eb969cfa1b1a919a0bb091d863478776b7a05bb9a20e855d404d98853 swagger-ui-5.10.3.jar: swagger-ui-standalone-preset.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.webjars/swagger-ui/5.10.3/744ae2862cc79c137020f2ce6e07de2f1d6a2657/swagger-ui-5.10.3.jar/META-INF/resources/webjars/swagger-ui/5.10.3/swagger-ui-standalone-preset.jsMD5: 50c83b2cf08d97b626ae1aff72aa162bSHA1: 1a9722eb63fae90285d8030402cfdd91d6159be0SHA256: 206a095575bb311c9e64eb0a71e59578f01285f5692619d884384e429f988b7fReferenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath Evidence Type Source Name Value Confidence
Related Dependencies swagger-ui-5.10.3.jar: swagger-ui-standalone-preset.js.gz: swagger-ui-standalone-preset.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.webjars/swagger-ui/5.10.3/744ae2862cc79c137020f2ce6e07de2f1d6a2657/swagger-ui-5.10.3.jar/META-INF/resources/webjars/swagger-ui/5.10.3/swagger-ui-standalone-preset.js.gz/swagger-ui-standalone-preset.js MD5: 50c83b2cf08d97b626ae1aff72aa162b SHA1: 1a9722eb63fae90285d8030402cfdd91d6159be0 SHA256: 206a095575bb311c9e64eb0a71e59578f01285f5692619d884384e429f988b7f swagger-ui-5.10.3.jar: swagger-ui.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.webjars/swagger-ui/5.10.3/744ae2862cc79c137020f2ce6e07de2f1d6a2657/swagger-ui-5.10.3.jar/META-INF/resources/webjars/swagger-ui/5.10.3/swagger-ui.jsMD5: 89a567a2a7f47e405adbf4e1d741da79SHA1: 4bb15078cfb651eaad4c258c9c8a05deebf4487dSHA256: f58548d60d2d95a947fbe213fca201b1ff73c318d6949201bf1d1bd5fa02ded4Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-commons:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-commons:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath Evidence Type Source Name Value Confidence
Related Dependencies swagger-ui-5.10.3.jar: swagger-ui.js.gz: swagger-ui.jsFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.webjars/swagger-ui/5.10.3/744ae2862cc79c137020f2ce6e07de2f1d6a2657/swagger-ui-5.10.3.jar/META-INF/resources/webjars/swagger-ui/5.10.3/swagger-ui.js.gz/swagger-ui.js MD5: 89a567a2a7f47e405adbf4e1d741da79 SHA1: 4bb15078cfb651eaad4c258c9c8a05deebf4487d SHA256: f58548d60d2d95a947fbe213fca201b1ff73c318d6949201bf1d1bd5fa02ded4 tag-search-index.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/javadoc/tag-search-index.jsMD5: 3b9788f1de5e1bbec9df06fda0924152SHA1: 83e636aa0e9d8f9706ddc10f0584219205959a52SHA256: 5e0a3223e0f12d7c10e6f93964c2584486a47a6c863b88817cb64dcf49b4eaa8Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
terms-1.22.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/terms/1.22.0/terms-1.22.0.jarMD5: adf2763e4f9c3ade2202d9e7b7ea567eSHA1: f1f99335f1f088f0517cb2ece2e5c642b195271fSHA256: b78f62c706a65c6ccf0b05211d395f8fd95bcc5d3e3b6f1e794ccee8d94b8a36Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath terms-1.22.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name terms High Vendor gradle artifactid terms Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name terms Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.terms Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid terms Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name TINKAR Terms High Vendor pom parent-artifactid tinkar-core Low Product file name terms High Product gradle artifactid terms Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name terms Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.terms Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid terms Highest Product pom groupid dev.ikm.tinkar Highest Product pom name TINKAR Terms High Product pom parent-artifactid tinkar-core Medium Version file version 1.22.0 High Version gradle version 1.22.0 Highest Version pom version 1.22.0 Highest
thymeleaf-3.1.2.RELEASE.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.thymeleaf/thymeleaf/3.1.2.RELEASE/273997509a4c7aef86cee0521750140c587d9be2/thymeleaf-3.1.2.RELEASE.jarMD5: 4a9b2210cb35b43fb0b8499e17b9c880SHA1: 273997509a4c7aef86cee0521750140c587d9be2SHA256: 2b3a714be2de349ccb60c65603ae5e8bd7060c7a4f8833485707671e9a862a24Referenced In Projects/Scopes:
opencdx-admin:compileClasspath opencdx-communications:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-communications:compileClasspath thymeleaf-3.1.2.RELEASE.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.2.1 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.2.1 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.2.1 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 Evidence Type Source Name Value Confidence Vendor file name thymeleaf High Vendor gradle artifactid thymeleaf Highest Vendor gradle groupid org.thymeleaf Highest Vendor jar package name thymeleaf Highest Vendor jar package name thymeleaf Low Vendor Manifest automatic-module-name thymeleaf Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Thymeleaf High Vendor Manifest specification-vendor Thymeleaf Low Product file name thymeleaf High Product gradle artifactid thymeleaf Highest Product jar package name thymeleaf Highest Product Manifest automatic-module-name thymeleaf Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title thymeleaf High Product Manifest specification-title thymeleaf Medium Version file version 3.1.2.release High Version Manifest Implementation-Version 3.1.2.RELEASE High
thymeleaf-spring6-3.1.2.RELEASE.jarFile Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.thymeleaf/thymeleaf-spring6/3.1.2.RELEASE/6030c7b4e260c41336f378e53da6e8531263f24b/thymeleaf-spring6-3.1.2.RELEASE.jarMD5: 8bd01554ec31619dda90fb3a8c7a0b02SHA1: 6030c7b4e260c41336f378e53da6e8531263f24bSHA256: 2d2dd31d1252d3777b521db6b371de986efabd2d5b15d51c5cad78b79cd7799cReferenced In Projects/Scopes:
opencdx-admin:compileClasspath opencdx-communications:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-communications:compileClasspath thymeleaf-spring6-3.1.2.RELEASE.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.2.1 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.2.1 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.2.1 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 Evidence Type Source Name Value Confidence Vendor file name thymeleaf-spring6 High Vendor gradle artifactid thymeleaf-spring6 Highest Vendor gradle groupid org.thymeleaf Highest Vendor jar package name spring6 Highest Vendor jar package name spring6 Low Vendor jar package name thymeleaf Highest Vendor jar package name thymeleaf Low Vendor Manifest automatic-module-name thymeleaf.spring6 Medium Vendor Manifest build-jdk-spec 17 Low Vendor Manifest Implementation-Vendor Thymeleaf High Vendor Manifest specification-vendor Thymeleaf Low Product file name thymeleaf-spring6 High Product gradle artifactid thymeleaf-spring6 Highest Product jar package name spring6 Highest Product jar package name spring6 Low Product jar package name thymeleaf Highest Product Manifest automatic-module-name thymeleaf.spring6 Medium Product Manifest build-jdk-spec 17 Low Product Manifest Implementation-Title thymeleaf-spring6 High Product Manifest specification-title thymeleaf-spring6 Medium Version file version 3.1.2.release High Version Manifest Implementation-Version 3.1.2.RELEASE High
tika-core-2.9.1.jarDescription:
This is the core Apache Tika™ toolkit library from which all other modules inherit functionality. It
also
includes the core facades for the Tika API.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.tika/tika-core/2.9.1/bfd572826e7023dd6ceeefe1b4d0f6d3d8eef507/tika-core-2.9.1.jar
MD5: 61f7f9773d81f318c6f754fcaa794169
SHA1: bfd572826e7023dd6ceeefe1b4d0f6d3d8eef507
SHA256: 1c5241991d9dcdcd74fea0a27600f31e8524a44c61a360e51564850367f96462
Referenced In Projects/Scopes: opencdx-classification:runtimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-classification:compileClasspath tika-core-2.9.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-classification@0.0.20240215164017 Evidence Type Source Name Value Confidence Vendor file name tika-core High Vendor gradle artifactid tika-core Highest Vendor gradle groupid org.apache.tika Highest Vendor jar package name apache Highest Vendor jar package name tika Highest Vendor Manifest automatic-module-name org.apache.tika.core Medium Vendor Manifest build-jdk-spec 11 Low Vendor Manifest bundle-activationpolicy lazy Low Vendor Manifest bundle-docurl https://tika.apache.org/ Low Vendor Manifest bundle-symbolicname org.apache.tika.core Medium Vendor Manifest Implementation-Vendor The Apache Software Foundation High Vendor Manifest specification-vendor The Apache Software Foundation Low Vendor pom artifactid tika-core Low Vendor pom groupid org.apache.tika Highest Vendor pom name Apache Tika core High Vendor pom organization name The Apache Software Foundation High Vendor pom organization url http://www.apache.org Medium Vendor pom parent-artifactid tika-parent Low Vendor pom url https://tika.apache.org/ Highest Product file name tika-core High Product gradle artifactid tika-core Highest Product jar package name apache Highest Product jar package name tika Highest Product Manifest automatic-module-name org.apache.tika.core Medium Product Manifest build-jdk-spec 11 Low Product Manifest bundle-activationpolicy lazy Low Product Manifest bundle-docurl https://tika.apache.org/ Low Product Manifest Bundle-Name Apache Tika core Medium Product Manifest bundle-symbolicname org.apache.tika.core Medium Product Manifest Implementation-Title Apache Tika core High Product Manifest specification-title Apache Tika core Medium Product pom artifactid tika-core Highest Product pom groupid org.apache.tika Highest Product pom name Apache Tika core High Product pom organization name The Apache Software Foundation Low Product pom organization url http://www.apache.org Low Product pom parent-artifactid tika-parent Medium Product pom url https://tika.apache.org/ Medium Version file version 2.9.1 High Version gradle version 2.9.1 Highest Version Manifest Bundle-Version 2.9.1 High Version Manifest Implementation-Version 2.9.1 High Version pom version 2.9.1 Highest
tinkar-schema-1.14.0.jarFile Path: /Users/jeffmiller/.m2/repository/dev/ikm/tinkar/tinkar-schema/1.14.0/tinkar-schema-1.14.0.jarMD5: f7ce49dfdbecac2cb89dec3b4b49bb15SHA1: 24bb557666051c093e49c6e925cc0f8744b53476SHA256: a9833faf3a71ce2ccca531033165dadbf235c5a60b9a7ab1954a20b1bc1a5973Referenced In Projects/Scopes:
opencdx-tinkar:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-tinkar:runtimeClasspath tinkar-schema-1.14.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/entity@1.22.0 pkg:maven/dev.ikm.tinkar/data-spinedarray-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-websocket-client-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 pkg:maven/dev.ikm.tinkar/data-mvstore-provider@1.22.0 pkg:maven/dev.ikm.tinkar/coordinate@1.22.0 pkg:maven/dev.ikm.tinkar/data-ephemeral-provider@1.22.0 Evidence Type Source Name Value Confidence Vendor file name tinkar-schema High Vendor gradle artifactid tinkar-schema Highest Vendor gradle groupid dev.ikm.tinkar Highest Vendor jar package name dev Highest Vendor jar package name ikm Highest Vendor jar package name schema Highest Vendor jar package name tinkar Highest Vendor Manifest automatic-module-name dev.ikm.tinkar.schema Medium Vendor Manifest build-jdk-spec 21 Low Vendor pom artifactid tinkar-schema Low Vendor pom groupid dev.ikm.tinkar Highest Vendor pom name Tinkar Schema: Java High Vendor pom parent-artifactid java-parent Low Vendor pom parent-groupid dev.ikm.build Medium Vendor pom url IKM/tinkar-proto Highest Product file name tinkar-schema High Product gradle artifactid tinkar-schema Highest Product jar package name dev Highest Product jar package name ikm Highest Product jar package name schema Highest Product jar package name tinkar Highest Product Manifest automatic-module-name dev.ikm.tinkar.schema Medium Product Manifest build-jdk-spec 21 Low Product pom artifactid tinkar-schema Highest Product pom groupid dev.ikm.tinkar Highest Product pom name Tinkar Schema: Java High Product pom parent-artifactid java-parent Medium Product pom parent-groupid dev.ikm.build Medium Product pom url IKM/tinkar-proto High Version file version 1.14.0 High Version gradle version 1.14.0 Highest Version pom parent-version 1.14.0 Low Version pom version 1.14.0 Highest
tomcat-embed-core-10.1.17.jarLicense:
https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/10.1.17/5b9185ee002f9e194d2cb21ddcf8bc5f3d4a69da/tomcat-embed-core-10.1.17.jar
MD5: 81d2d784780b1fe54275ab4f3d0c3830
SHA1: 5b9185ee002f9e194d2cb21ddcf8bc5f3d4a69da
SHA256: 5d70fa6ae0548f89fb4c070423ecc2db050cebf248b0d5f3f2294375a6762382
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-client:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-iam:compileClasspath opencdx-commons:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath tomcat-embed-core-10.1.17.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 Evidence Type Source Name Value Confidence Vendor file name tomcat-embed-core High Vendor gradle artifactid tomcat-embed-core Highest Vendor gradle groupid org.apache.tomcat.embed Highest Vendor jar package name apache Highest Vendor jar package name apache Low Vendor jar package name core Highest Vendor jar package name tomcat Highest Vendor Manifest bundle-symbolicname org.apache.tomcat-embed-core Medium Vendor Manifest Implementation-Vendor Apache Software Foundation High Vendor Manifest provide-capability osgi.contract;osgi.contract=JavaJASPIC;version:Version="3.0";uses:="jakarta.security.auth.message,jakarta.security.auth.message.callback,jakarta.security.auth.message.config,jakarta.security.auth.message.module",osgi.contract;osgi.contract=JavaServlet;version:Version="6.0";uses:="jakarta.servlet,jakarta.servlet.annotation,jakarta.servlet.descriptor,jakarta.servlet.http,jakarta.servlet.resources" Low Vendor Manifest specification-vendor Apache Software Foundation Low Vendor manifest: jakarta/security/auth/message/ Implementation-Vendor Apache Software Foundation Medium Vendor manifest: jakarta/security/auth/message/callback/ Implementation-Vendor Apache Software Foundation Medium Vendor manifest: jakarta/security/auth/message/config/ Implementation-Vendor Apache Software Foundation Medium Vendor manifest: jakarta/security/auth/message/module/ Implementation-Vendor Apache Software Foundation Medium Vendor manifest: jakarta/servlet/ Implementation-Vendor Apache Software Foundation Medium Vendor manifest: jakarta/servlet/annotation/ Implementation-Vendor Apache Software Foundation Medium Vendor manifest: jakarta/servlet/descriptor/ Implementation-Vendor Apache Software Foundation Medium Vendor manifest: jakarta/servlet/http/ Implementation-Vendor Apache Software Foundation Medium Vendor manifest: jakarta/servlet/resources/ Implementation-Vendor Apache Software Foundation Medium Product file name tomcat-embed-core High Product gradle artifactid tomcat-embed-core Highest Product jar package name annotation Highest Product jar package name apache Highest Product jar package name auth Highest Product jar package name core Highest Product jar package name descriptor Highest Product jar package name http Highest Product jar package name jakarta Highest Product jar package name message Highest Product jar package name security Highest Product jar package name servlet Highest Product jar package name tomcat Highest Product Manifest Bundle-Name tomcat-embed-core Medium Product Manifest bundle-symbolicname org.apache.tomcat-embed-core Medium Product Manifest Implementation-Title Apache Tomcat High Product Manifest provide-capability osgi.contract;osgi.contract=JavaJASPIC;version:Version="3.0";uses:="jakarta.security.auth.message,jakarta.security.auth.message.callback,jakarta.security.auth.message.config,jakarta.security.auth.message.module",osgi.contract;osgi.contract=JavaServlet;version:Version="6.0";uses:="jakarta.servlet,jakarta.servlet.annotation,jakarta.servlet.descriptor,jakarta.servlet.http,jakarta.servlet.resources" Low Product Manifest specification-title Apache Tomcat Medium Product manifest: jakarta/security/auth/message/ Implementation-Title jakarta.security.auth.message Medium Product manifest: jakarta/security/auth/message/ Specification-Title Jakarta Authentication SPI for Containers Medium Product manifest: jakarta/security/auth/message/callback/ Implementation-Title jakarta.security.auth.message Medium Product manifest: jakarta/security/auth/message/callback/ Specification-Title Jakarta Authentication SPI for Containers Medium Product manifest: jakarta/security/auth/message/config/ Implementation-Title jakarta.security.auth.message Medium Product manifest: jakarta/security/auth/message/config/ Specification-Title Jakarta Authentication SPI for Containers Medium Product manifest: jakarta/security/auth/message/module/ Implementation-Title jakarta.security.auth.message Medium Product manifest: jakarta/security/auth/message/module/ Specification-Title Jakarta Authentication SPI for Containers Medium Product manifest: jakarta/servlet/ Implementation-Title jakarta.servlet Medium Product manifest: jakarta/servlet/ Specification-Title Jakarta Servlet Medium Product manifest: jakarta/servlet/annotation/ Implementation-Title jakarta.servlet Medium Product manifest: jakarta/servlet/annotation/ Specification-Title Jakarta Servlet Medium Product manifest: jakarta/servlet/descriptor/ Implementation-Title jakarta.servlet Medium Product manifest: jakarta/servlet/descriptor/ Specification-Title Jakarta Servlet Medium Product manifest: jakarta/servlet/http/ Implementation-Title jakarta.servlet Medium Product manifest: jakarta/servlet/http/ Specification-Title Jakarta Servlet Medium Product manifest: jakarta/servlet/resources/ Implementation-Title jakarta.servlet Medium Product manifest: jakarta/servlet/resources/ Specification-Title Jakarta Servlet Medium Version file version 10.1.17 High Version Manifest Implementation-Version 10.1.17 High
tomcat-embed-el-10.1.17.jar tomcat-embed-websocket-10.1.17.jarLicense:
https://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-websocket/10.1.17/9ee2f34b51144b75878c9b42768e17de8fbdc74b/tomcat-embed-websocket-10.1.17.jar
MD5: cfc1778713fba9b5bc33d3db64071dff
SHA1: 9ee2f34b51144b75878c9b42768e17de8fbdc74b
SHA256: 00b16e507bea58c6e8a7cb64f129cd2ffd62da092a67a693a8a6af1efdc7dd6d
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-client:compileClasspath opencdx-commons:runtimeClasspath opencdx-client:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-commons:compileClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-client:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-protector:productionRuntimeClasspath opencdx-iam:compileClasspath opencdx-commons:productionRuntimeClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath tomcat-embed-websocket-10.1.17.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.cloud/spring-cloud-config-server@4.1.0 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-client@0.0.20240215164017 pkg:maven/cdx.opencdx/opencdx-commons@0.0.20240215164017 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 pkg:maven/org.springframework.boot/spring-boot-starter-web@3.2.1 Evidence Type Source Name Value Confidence Vendor file name tomcat-embed-websocket High Vendor gradle artifactid tomcat-embed-websocket Highest Vendor gradle groupid org.apache.tomcat.embed Highest Vendor jar package name apache Highest Vendor jar package name apache Low Vendor jar package name tomcat Highest Vendor jar package name tomcat Low Vendor jar package name websocket Highest Vendor jar package name websocket Low Vendor Manifest bundle-symbolicname org.apache.tomcat-embed-websocket Medium Vendor Manifest Implementation-Vendor Apache Software Foundation High Vendor Manifest provide-capability osgi.contract;osgi.contract=JavaWebSockets;version:Version="2.1";uses:="jakarta.websocket,jakarta.websocket.server",osgi.service;objectClass:List="jakarta.websocket.ContainerProvider";effective:=active,osgi.service;objectClass:List="jakarta.websocket.server.ServerEndpointConfig$Configurator";effective:=active,osgi.serviceloader;osgi.serviceloader="jakarta.websocket.ContainerProvider";register:="org.apache.tomcat.websocket.WsContainerProvider",osgi.serviceloader;osgi.serviceloader="jakarta.websocket.server.ServerEndpointConfig$Configurator";register:="org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator" Low Vendor Manifest specification-vendor Apache Software Foundation Low Vendor manifest: jakarta/websocket/ Implementation-Vendor Apache Software Foundation Medium Vendor manifest: jakarta/websocket/server/ Implementation-Vendor Apache Software Foundation Medium Product file name tomcat-embed-websocket High Product gradle artifactid tomcat-embed-websocket Highest Product jar package name apache Highest Product jar package name containerprovider Highest Product jar package name jakarta Highest Product jar package name server Highest Product jar package name serverendpointconfig Highest Product jar package name serverendpointconfig$configurator Highest Product jar package name tomcat Highest Product jar package name tomcat Low Product jar package name websocket Highest Product jar package name websocket Low Product jar package name wscontainerprovider Highest Product Manifest Bundle-Name tomcat-embed-websocket Medium Product Manifest bundle-symbolicname org.apache.tomcat-embed-websocket Medium Product Manifest Implementation-Title Apache Tomcat High Product Manifest provide-capability osgi.contract;osgi.contract=JavaWebSockets;version:Version="2.1";uses:="jakarta.websocket,jakarta.websocket.server",osgi.service;objectClass:List="jakarta.websocket.ContainerProvider";effective:=active,osgi.service;objectClass:List="jakarta.websocket.server.ServerEndpointConfig$Configurator";effective:=active,osgi.serviceloader;osgi.serviceloader="jakarta.websocket.ContainerProvider";register:="org.apache.tomcat.websocket.WsContainerProvider",osgi.serviceloader;osgi.serviceloader="jakarta.websocket.server.ServerEndpointConfig$Configurator";register:="org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator" Low Product Manifest specification-title Apache Tomcat Medium Product manifest: jakarta/websocket/ Implementation-Title jakarta.websocket Medium Product manifest: jakarta/websocket/ Specification-Title Jakarta WebSocket Medium Product manifest: jakarta/websocket/server/ Implementation-Title jakarta.websocket Medium Product manifest: jakarta/websocket/server/ Specification-Title Jakarta WebSocket Medium Version file version 10.1.17 High Version Manifest Implementation-Version 10.1.17 High
txw2-4.0.4.jarDescription:
TXW is a library that allows you to write XML documents.
File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.glassfish.jaxb/txw2/4.0.4/cfd2bcf08782673ac370694fdf2cf76dbaa607ef/txw2-4.0.4.jarMD5: 8d3e81725d90d0c42dcdd04b471f5dfaSHA1: cfd2bcf08782673ac370694fdf2cf76dbaa607efSHA256: 32e7bd5178e29f2294d03d2793c41e54e52358b6ab95cd1343f26c1c2b274227Referenced In Projects/Scopes:
opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath txw2-4.0.4.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 Evidence Type Source Name Value Confidence Vendor file name txw2 High Vendor gradle artifactid txw2 Highest Vendor gradle groupid org.glassfish.jaxb Highest Vendor jar package name sun Highest Vendor jar package name txw Highest Vendor jar package name txw2 Highest Vendor jar package name xml Highest Vendor jar (hint) package name oracle Highest Vendor Manifest git-revision 75b0b97 Low Vendor Manifest Implementation-Vendor Eclipse Foundation High Vendor Manifest Implementation-Vendor-Id org.eclipse Medium Vendor Manifest specification-vendor Eclipse Foundation Low Vendor pom artifactid txw2 Low Vendor pom groupid org.glassfish.jaxb Highest Vendor pom name TXW2 Runtime High Vendor pom parent-artifactid jaxb-txw-parent Low Vendor pom parent-groupid com.sun.xml.bind.mvn Medium Vendor pom url https://eclipse-ee4j.github.io/jaxb-ri/ Highest Product file name txw2 High Product gradle artifactid txw2 Highest Product jar package name sun Highest Product jar package name txw Highest Product jar package name txw2 Highest Product jar package name xml Highest Product Manifest git-revision 75b0b97 Low Product Manifest Implementation-Title Eclipse Implementation of JAXB High Product Manifest specification-title Jakarta XML Binding Medium Product pom artifactid txw2 Highest Product pom groupid org.glassfish.jaxb Highest Product pom name TXW2 Runtime High Product pom parent-artifactid jaxb-txw-parent Medium Product pom parent-groupid com.sun.xml.bind.mvn Medium Product pom url https://eclipse-ee4j.github.io/jaxb-ri/ Medium Version file version 4.0.4 High Version gradle version 4.0.4 Highest Version Manifest build-version 4.0.4 Medium Version pom version 4.0.4 Highest
type-search-index.jsFile Path: /Users/jeffmiller/source/OpenCDX/opencdx-admin/src/main/resources/public/javadoc/type-search-index.jsMD5: 26aaa712e49126babd428fecc51405f9SHA1: d84a9b5d7989cf698079062dc0581c310edc606eSHA256: d827ff32f99b54821087417129f3dff0c9f4916fcde61521d87aba4c1130ca84Referenced In Project/Scope: opencdx-admin
Evidence Type Source Name Value Confidence
unbescape-1.1.6.RELEASE.jarDescription:
Advanced yet easy-to-use escape/unescape library for Java License:
http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/org.unbescape/unbescape/1.1.6.RELEASE/7b90360afb2b860e09e8347112800d12c12b2a13/unbescape-1.1.6.RELEASE.jar
MD5: d95ed94e1624e307a1958ee105ccbf39
SHA1: 7b90360afb2b860e09e8347112800d12c12b2a13
SHA256: 597cf87d5b1a4f385b9d1cec974b7b483abb3ee85fc5b3f8b62af8e4bec95c2c
Referenced In Projects/Scopes: opencdx-admin:compileClasspath opencdx-communications:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-admin:productionRuntimeClasspath opencdx-communications:compileClasspath unbescape-1.1.6.RELEASE.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.2.1 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.2.1 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.2.1 pkg:maven/de.codecentric/spring-boot-admin-starter-server@3.2.0 Evidence Type Source Name Value Confidence Vendor file name unbescape High Vendor gradle artifactid unbescape Highest Vendor gradle groupid org.unbescape Highest Vendor jar package name unbescape Highest Vendor jar package name unbescape Low Vendor Manifest automatic-module-name unbescape Medium Vendor Manifest bundle-docurl http://www.unbescape.org Low Vendor Manifest bundle-symbolicname org.unbescape Medium Vendor Manifest implementation-url http://www.unbescape.org Low Vendor Manifest Implementation-Vendor The UNBESCAPE team High Vendor Manifest Implementation-Vendor-Id org.unbescape Medium Vendor Manifest specification-vendor The UNBESCAPE team Low Product file name unbescape High Product gradle artifactid unbescape Highest Product jar package name java Highest Product jar package name unbescape Highest Product Manifest automatic-module-name unbescape Medium Product Manifest bundle-docurl http://www.unbescape.org Low Product Manifest Bundle-Name unbescape Medium Product Manifest bundle-symbolicname org.unbescape Medium Product Manifest Implementation-Title unbescape High Product Manifest implementation-url http://www.unbescape.org Low Product Manifest specification-title unbescape Medium Version file version 1.1.6.release High Version Manifest Implementation-Version 1.1.6.RELEASE High
woodstox-core-6.2.1.jar (shaded: com.sun.xml.bind.jaxb:isorelax:20090621)Description:
Unknown version of isorelax library used in JAXB project File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.fasterxml.woodstox/woodstox-core/6.2.1/1600925b1ec7c7a3403c8f068ad62feead13132f/woodstox-core-6.2.1.jar/META-INF/maven/com.sun.xml.bind.jaxb/isorelax/pom.xmlMD5: 6fbb4bc95fbf2072bc6e3b790553fe81SHA1: 314ec72948d5c1fc71d553cbbd7a130caa6f9f13SHA256: cda6451d0231a973352b592ff950e39224ba6ba1a2f35eeab66511b5c225dff1Referenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath Evidence Type Source Name Value Confidence Vendor pom artifactid isorelax Low Vendor pom groupid com.sun.xml.bind.jaxb Highest Vendor pom name JAXB isorelax library High Vendor pom parent-artifactid jvnet-parent Low Vendor pom parent-groupid net.java Medium Product pom artifactid isorelax Highest Product pom groupid com.sun.xml.bind.jaxb Highest Product pom name JAXB isorelax library High Product pom parent-artifactid jvnet-parent Medium Product pom parent-groupid net.java Medium Version pom parent-version 20090621 Low Version pom version 20090621 Highest
Related Dependencies woodstox-core-6.5.1.jar (shaded: com.sun.xml.bind.jaxb:isorelax:20090621)File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.fasterxml.woodstox/woodstox-core/6.5.1/c6e52e84fe959e69a243c83ec7d24cd889444ddf/woodstox-core-6.5.1.jar/META-INF/maven/com.sun.xml.bind.jaxb/isorelax/pom.xml MD5: 6fbb4bc95fbf2072bc6e3b790553fe81 SHA1: 314ec72948d5c1fc71d553cbbd7a130caa6f9f13 SHA256: cda6451d0231a973352b592ff950e39224ba6ba1a2f35eeab66511b5c225dff1 pkg:maven/com.sun.xml.bind.jaxb/isorelax@20090621 woodstox-core-6.2.1.jar (shaded: net.java.dev.msv:xsdlib:2013.6.1)Description:
XML Schema datatypes library File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.fasterxml.woodstox/woodstox-core/6.2.1/1600925b1ec7c7a3403c8f068ad62feead13132f/woodstox-core-6.2.1.jar/META-INF/maven/net.java.dev.msv/xsdlib/pom.xmlMD5: aaf872ed9d1aabee25e03c2a132ffd8eSHA1: 47f218a999411ed028f089d59ebef8f14e0fe914SHA256: d6e83c124436049d83238fc532a26c5d8ccd7e4ab10eba6d96043c850ac82f3cReferenced In Projects/Scopes:
opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-discovery:productionRuntimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath Evidence Type Source Name Value Confidence Vendor pom artifactid xsdlib Low Vendor pom groupid net.java.dev.msv Highest Vendor pom name MSV XML Schema Library High Vendor pom parent-artifactid msv Low Product pom artifactid xsdlib Highest Product pom groupid net.java.dev.msv Highest Product pom name MSV XML Schema Library High Product pom parent-artifactid msv Medium Version pom version 2013.6.1 Highest
Related Dependencies woodstox-core-6.5.1.jar (shaded: net.java.dev.msv:xsdlib:2013.6.1)File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.fasterxml.woodstox/woodstox-core/6.5.1/c6e52e84fe959e69a243c83ec7d24cd889444ddf/woodstox-core-6.5.1.jar/META-INF/maven/net.java.dev.msv/xsdlib/pom.xml MD5: aaf872ed9d1aabee25e03c2a132ffd8e SHA1: 47f218a999411ed028f089d59ebef8f14e0fe914 SHA256: d6e83c124436049d83238fc532a26c5d8ccd7e4ab10eba6d96043c850ac82f3c pkg:maven/net.java.dev.msv/xsdlib@2013.6.1 woodstox-core-6.2.1.jarDescription:
Woodstox is a high-performance XML processor that implements Stax (JSR-173),
SAX2 and Stax2 APIs
License:
The Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.fasterxml.woodstox/woodstox-core/6.2.1/1600925b1ec7c7a3403c8f068ad62feead13132f/woodstox-core-6.2.1.jar
MD5: b125f28b8c338952e5036347cefacaab
SHA1: 1600925b1ec7c7a3403c8f068ad62feead13132f
SHA256: de70d0f1e971b662f5b5bf138a467b671fd50b2dbf7dea5c1cc3b33ad7d5d06b
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-config:productionRuntimeClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-admin:compileClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-tinkar:compileClasspath opencdx-gateway:compileClasspath opencdx-helloworld:runtimeClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-iam:runtimeClasspath opencdx-predictor:compileClasspath opencdx-classification:compileClasspath woodstox-core-6.2.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name woodstox-core High Vendor gradle artifactid woodstox-core Highest Vendor gradle groupid com.fasterxml.woodstox Highest Vendor jar package name stax Highest Vendor Manifest bundle-docurl https://github.com/FasterXML/woodstox Low Vendor Manifest bundle-symbolicname com.fasterxml.woodstox.woodstox-core Medium Vendor Manifest implementation-build-date 2020-05-14 04:23:34+0000 Low Vendor Manifest Implementation-Vendor FasterXML High Vendor Manifest Implementation-Vendor-Id com.fasterxml.woodstox Medium Vendor Manifest specification-vendor FasterXML Low Vendor pom artifactid woodstox-core Low Vendor pom developer email tatu@fasterxml.com Low Vendor pom developer id cowtowncoder Medium Vendor pom developer name Tatu Saloranta Medium Vendor pom groupid com.fasterxml.woodstox Highest Vendor pom name Woodstox High Vendor pom organization name FasterXML High Vendor pom organization url http://fasterxml.com Medium Vendor pom parent-artifactid oss-parent Low Vendor pom parent-groupid com.fasterxml Medium Vendor pom url FasterXML/woodstox Highest Product file name woodstox-core High Product gradle artifactid woodstox-core Highest Product jar package name stax Highest Product Manifest bundle-docurl https://github.com/FasterXML/woodstox Low Product Manifest Bundle-Name Woodstox Medium Product Manifest bundle-symbolicname com.fasterxml.woodstox.woodstox-core Medium Product Manifest implementation-build-date 2020-05-14 04:23:34+0000 Low Product Manifest Implementation-Title Woodstox High Product Manifest specification-title Woodstox Medium Product pom artifactid woodstox-core Highest Product pom developer email tatu@fasterxml.com Low Product pom developer id cowtowncoder Low Product pom developer name Tatu Saloranta Low Product pom groupid com.fasterxml.woodstox Highest Product pom name Woodstox High Product pom organization name FasterXML Low Product pom organization url http://fasterxml.com Low Product pom parent-artifactid oss-parent Medium Product pom parent-groupid com.fasterxml Medium Product pom url FasterXML/woodstox High Version file version 6.2.1 High Version gradle version 6.2.1 Highest Version Manifest Bundle-Version 6.2.1 High Version Manifest Implementation-Version 6.2.1 High Version pom parent-version 6.2.1 Low Version pom version 6.2.1 Highest
CVE-2022-40152 suppress
Those using Woodstox to parse XML data may be vulnerable to Denial of Service attacks (DOS) if DTD support is enabled. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack. CWE-787 Out-of-bounds Write, CWE-121 Stack-based Buffer Overflow
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
woodstox-core-6.5.1.jarDescription:
Woodstox is a high-performance XML processor that implements Stax (JSR-173),
SAX2 and Stax2 APIs
License:
The Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.fasterxml.woodstox/woodstox-core/6.5.1/c6e52e84fe959e69a243c83ec7d24cd889444ddf/woodstox-core-6.5.1.jar
MD5: 961dd4b2afedf95293dfdd8adfc8f211
SHA1: c6e52e84fe959e69a243c83ec7d24cd889444ddf
SHA256: c928d60665c6415fb1c39775cf95cfc44f7f4580cf5ab01b1c380ebffd76887f
Referenced In Projects/Scopes: opencdx-discovery:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-discovery:runtimeClasspath woodstox-core-6.5.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.boot/spring-boot-starter-actuator@3.2.1 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.boot/spring-boot-starter-actuator@3.2.1 Evidence Type Source Name Value Confidence Vendor file name woodstox-core High Vendor gradle artifactid woodstox-core Highest Vendor gradle groupid com.fasterxml.woodstox Highest Vendor jar package name stax Highest Vendor Manifest build-jdk-spec 1.8 Low Vendor Manifest bundle-docurl https://github.com/FasterXML/woodstox Low Vendor Manifest bundle-symbolicname com.fasterxml.woodstox.woodstox-core Medium Vendor Manifest Implementation-Vendor FasterXML High Vendor Manifest Implementation-Vendor-Id com.fasterxml.woodstox Medium Vendor Manifest provide-capability osgi.service;objectClass:List="javax.xml.stream.XMLEventFactory";effective:=active,osgi.service;objectClass:List="javax.xml.stream.XMLInputFactory";effective:=active,osgi.service;objectClass:List="javax.xml.stream.XMLOutputFactory";effective:=active,osgi.service;objectClass:List="org.codehaus.stax2.validation.XMLValidationSchemaFactory";effective:=active,osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLEventFactory";register:="com.ctc.wstx.stax.WstxEventFactory",osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLInputFactory";register:="com.ctc.wstx.stax.WstxInputFactory",osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLOutputFactory";register:="com.ctc.wstx.stax.WstxOutputFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.dtd.DTDSchemaFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.msv.RelaxNGSchemaFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.msv.W3CSchemaFactory" Low Vendor Manifest specification-vendor FasterXML Low Vendor pom artifactid woodstox-core Low Vendor pom developer email tatu@fasterxml.com Low Vendor pom developer id cowtowncoder Medium Vendor pom developer name Tatu Saloranta Medium Vendor pom groupid com.fasterxml.woodstox Highest Vendor pom name Woodstox High Vendor pom organization name FasterXML High Vendor pom organization url http://fasterxml.com Medium Vendor pom parent-artifactid oss-parent Low Vendor pom parent-groupid com.fasterxml Medium Vendor pom url FasterXML/woodstox Highest Product file name woodstox-core High Product gradle artifactid woodstox-core Highest Product jar package name dtd Highest Product jar package name dtdschemafactory Highest Product jar package name msv Highest Product jar package name osgi Highest Product jar package name relaxngschemafactory Highest Product jar package name stax Highest Product jar package name w3cschemafactory Highest Product jar package name wstx Highest Product jar package name wstxeventfactory Highest Product jar package name wstxinputfactory Highest Product jar package name wstxoutputfactory Highest Product Manifest build-jdk-spec 1.8 Low Product Manifest bundle-docurl https://github.com/FasterXML/woodstox Low Product Manifest Bundle-Name Woodstox Medium Product Manifest bundle-symbolicname com.fasterxml.woodstox.woodstox-core Medium Product Manifest Implementation-Title Woodstox High Product Manifest provide-capability osgi.service;objectClass:List="javax.xml.stream.XMLEventFactory";effective:=active,osgi.service;objectClass:List="javax.xml.stream.XMLInputFactory";effective:=active,osgi.service;objectClass:List="javax.xml.stream.XMLOutputFactory";effective:=active,osgi.service;objectClass:List="org.codehaus.stax2.validation.XMLValidationSchemaFactory";effective:=active,osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLEventFactory";register:="com.ctc.wstx.stax.WstxEventFactory",osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLInputFactory";register:="com.ctc.wstx.stax.WstxInputFactory",osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLOutputFactory";register:="com.ctc.wstx.stax.WstxOutputFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.dtd.DTDSchemaFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.msv.RelaxNGSchemaFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.msv.W3CSchemaFactory" Low Product Manifest specification-title Woodstox Medium Product pom artifactid woodstox-core Highest Product pom developer email tatu@fasterxml.com Low Product pom developer id cowtowncoder Low Product pom developer name Tatu Saloranta Low Product pom groupid com.fasterxml.woodstox Highest Product pom name Woodstox High Product pom organization name FasterXML Low Product pom organization url http://fasterxml.com Low Product pom parent-artifactid oss-parent Medium Product pom parent-groupid com.fasterxml Medium Product pom url FasterXML/woodstox High Version file version 6.5.1 High Version gradle version 6.5.1 Highest Version Manifest Bundle-Version 6.5.1 High Version Manifest Implementation-Version 6.5.1 High Version pom parent-version 6.5.1 Low Version pom version 6.5.1 Highest
xmlpull-1.1.3.1.jar xmlunit-core-2.9.1.jar xstream-1.4.19.jarDescription:
XStream is a serialization library from Java objects to XML and back. License:
BSD-3-Clause File Path: /Users/jeffmiller/.gradle/caches/modules-2/files-2.1/com.thoughtworks.xstream/xstream/1.4.19/e0e581d812aa92ae12f07234f3398e06af74b112/xstream-1.4.19.jar
MD5: eb850b8fe0405670938f7e899ed8630f
SHA1: e0e581d812aa92ae12f07234f3398e06af74b112
SHA256: c9ac93527942189ae89fc9120676358f11ea8f713c635a9f2c70063fe6716634
Referenced In Projects/Scopes: opencdx-predictor:productionRuntimeClasspath opencdx-media:compileClasspath opencdx-protector:runtimeClasspath opencdx-gateway:runtimeClasspath opencdx-gateway:productionRuntimeClasspath opencdx-anf:runtimeClasspath opencdx-communications:runtimeClasspath opencdx-media:productionRuntimeClasspath opencdx-protector:compileClasspath opencdx-anf:compileClasspath opencdx-connected-test:productionRuntimeClasspath opencdx-communications:compileClasspath opencdx-routine:compileClasspath opencdx-anf:productionRuntimeClasspath opencdx-connected-test:compileClasspath opencdx-connected-test:runtimeClasspath opencdx-helloworld:productionRuntimeClasspath opencdx-questionnaire:runtimeClasspath opencdx-media:runtimeClasspath opencdx-audit:productionRuntimeClasspath opencdx-config:compileClasspath opencdx-tinkar:compileClasspath opencdx-discovery:productionRuntimeClasspath opencdx-helloworld:runtimeClasspath opencdx-predictor:runtimeClasspath opencdx-communications:productionRuntimeClasspath opencdx-predictor:compileClasspath opencdx-audit:compileClasspath opencdx-tinkar:productionRuntimeClasspath opencdx-classification:runtimeClasspath opencdx-tinkar:runtimeClasspath opencdx-questionnaire:productionRuntimeClasspath opencdx-config:runtimeClasspath opencdx-questionnaire:compileClasspath opencdx-admin:productionRuntimeClasspath opencdx-audit:runtimeClasspath opencdx-helloworld:compileClasspath opencdx-routine:productionRuntimeClasspath opencdx-config:productionRuntimeClasspath opencdx-discovery:compileClasspath opencdx-routine:runtimeClasspath opencdx-iam:productionRuntimeClasspath opencdx-classification:productionRuntimeClasspath opencdx-admin:compileClasspath opencdx-protector:productionRuntimeClasspath opencdx-gateway:compileClasspath opencdx-admin:runtimeClasspath opencdx-iam:compileClasspath opencdx-discovery:runtimeClasspath opencdx-iam:runtimeClasspath opencdx-classification:compileClasspath xstream-1.4.19.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-server@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 pkg:maven/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client@4.1.0 Evidence Type Source Name Value Confidence Vendor file name xstream High Vendor gradle artifactid xstream Highest Vendor gradle groupid com.thoughtworks.xstream Highest Vendor jar package name core Highest Vendor jar package name thoughtworks Highest Vendor jar package name xstream Highest Vendor Manifest bundle-docurl http://x-stream.github.io Low Vendor Manifest bundle-symbolicname xstream Medium Vendor Manifest Implementation-Vendor XStream High Vendor Manifest Implementation-Vendor-Id com.thoughtworks.xstream Medium Vendor Manifest java_1_4_home /opt/blackdown-jdk-1.4.2.03 Low Vendor Manifest java_1_5_home /opt/sun-jdk-1.5.0.22 Low Vendor Manifest java_1_6_home /opt/sun-jdk-1.6.0.45 Low Vendor Manifest java_1_7_home /opt/oracle-jdk-bin-1.7.0.80 Low Vendor Manifest java_1_8_home /opt/oracle-jdk-bin-1.8.0.202 Low Vendor Manifest java_9_home /opt/oracle-jdk-bin-9.0.4 Low Vendor Manifest specification-vendor XStream Low Vendor Manifest x-build-os Linux Low Vendor Manifest x-build-time 2022-01-29T16:47:16Z Low Vendor Manifest x-builder Maven 3.8.3 Low Vendor Manifest x-compile-source 1.4 Low Vendor Manifest x-compile-target 1.4 Low Vendor pom artifactid xstream Low Vendor pom groupid com.thoughtworks.xstream Highest Vendor pom name XStream Core High Vendor pom parent-artifactid xstream-parent Low Product file name xstream High Product gradle artifactid xstream Highest Product jar package name core Highest Product jar package name io Highest Product jar package name thoughtworks Highest Product jar package name xml Highest Product jar package name xstream Highest Product Manifest bundle-docurl http://x-stream.github.io Low Product Manifest Bundle-Name XStream Core Medium Product Manifest bundle-symbolicname xstream Medium Product Manifest Implementation-Title XStream Core High Product Manifest java_1_4_home /opt/blackdown-jdk-1.4.2.03 Low Product Manifest java_1_5_home /opt/sun-jdk-1.5.0.22 Low Product Manifest java_1_6_home /opt/sun-jdk-1.6.0.45 Low Product Manifest java_1_7_home /opt/oracle-jdk-bin-1.7.0.80 Low Product Manifest java_1_8_home /opt/oracle-jdk-bin-1.8.0.202 Low Product Manifest java_9_home /opt/oracle-jdk-bin-9.0.4 Low Product Manifest specification-title XStream Core Medium Product Manifest x-build-os Linux Low Product Manifest x-build-time 2022-01-29T16:47:16Z Low Product Manifest x-builder Maven 3.8.3 Low Product Manifest x-compile-source 1.4 Low Product Manifest x-compile-target 1.4 Low Product pom artifactid xstream Highest Product pom groupid com.thoughtworks.xstream Highest Product pom name XStream Core High Product pom parent-artifactid xstream-parent Medium Version file version 1.4.19 High Version gradle version 1.4.19 Highest Version Manifest Bundle-Version 1.4.19 High Version Manifest Implementation-Version 1.4.19 High Version pom version 1.4.19 Highest
CVE-2022-40151 suppress
Those using Xstream to seralize XML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack. CWE-787 Out-of-bounds Write, CWE-121 Stack-based Buffer Overflow
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions:
CVE-2022-40152 suppress
Those using Woodstox to parse XML data may be vulnerable to Denial of Service attacks (DOS) if DTD support is enabled. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack. CWE-787 Out-of-bounds Write, CWE-121 Stack-based Buffer Overflow
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions: (show all )
CVE-2022-41966 suppress
XStream serializes Java objects to XML and back again. Versions prior to 1.4.20 may allow a remote attacker to terminate the application with a stack overflow error, resulting in a denial of service only via manipulation the processed input stream. The attack uses the hash code implementation for collections and maps to force recursive hash calculation causing a stack overflow. This issue is patched in version 1.4.20 which handles the stack overflow and raises an InputManipulationException instead. A potential workaround for users who only use HashMap or HashSet and whose XML refers these only as default map or set, is to change the default implementation of java.util.Map and java.util per the code example in the referenced advisory. However, this implies that your application does not care about the implementation of the map and all elements are comparable. CWE-502 Deserialization of Untrusted Data, CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow'), CWE-121 Stack-based Buffer Overflow, CWE-674 Uncontrolled Recursion
CVSSv3:
Base Score: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A References:
Vulnerable Software & Versions:
zipkin-2.23.2.jar zipkin-reporter-2.16.3.jar zipkin-reporter-brave-2.16.3.jarSuppressed Vulnerabilities jackson-databind-2.15.3.jar